diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tanya/memory/tests/mallocator.d | 5 | ||||
| -rw-r--r-- | tests/tanya/memory/tests/mmappool.d | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/tests/tanya/memory/tests/mallocator.d b/tests/tanya/memory/tests/mallocator.d index aabbf09..06bb01e 100644 --- a/tests/tanya/memory/tests/mallocator.d +++ b/tests/tanya/memory/tests/mallocator.d @@ -3,11 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ module tanya.memory.tests.mallocator; -version (TanyaNative) -{ -} -else: - import tanya.memory.mallocator; // Fails with false diff --git a/tests/tanya/memory/tests/mmappool.d b/tests/tanya/memory/tests/mmappool.d index adef1ab..929f494 100644 --- a/tests/tanya/memory/tests/mmappool.d +++ b/tests/tanya/memory/tests/mmappool.d @@ -3,8 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ module tanya.memory.tests.mmappool; -version (TanyaNative): - import tanya.memory.mmappool; @nogc nothrow pure @system unittest |
