From 0fcc83d00eb9d0699167bf105d522e7d23a44d32 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 12 Mar 2021 08:48:35 +0100 Subject: Remove the sys package --- tests/tanya/memory/tests/mallocator.d | 5 ----- tests/tanya/memory/tests/mmappool.d | 2 -- 2 files changed, 7 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3