Remove the sys package
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user