summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-03-12 08:48:35 +0100
committerEugen Wissner <belka@caraus.de>2021-03-12 08:48:35 +0100
commit0fcc83d00eb9d0699167bf105d522e7d23a44d32 (patch)
tree5cb0c97b04ec54cfba823e6c89dac99fbd5dcfdf /tests
parentf27f62b80abf8b237d5c4bf57427fd50aa17e2b0 (diff)
downloadtanya-0fcc83d00eb9d0699167bf105d522e7d23a44d32.tar.gz
Remove the sys package
Diffstat (limited to 'tests')
-rw-r--r--tests/tanya/memory/tests/mallocator.d5
-rw-r--r--tests/tanya/memory/tests/mmappool.d2
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