diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-03-22 08:18:01 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-03-22 08:18:01 +0100 |
| commit | ad46afb10bca80086b11b998bf4c992dc96f577e (patch) | |
| tree | c8ffaf54250cfe6a1818fe5a324d17c923141047 /test | |
| parent | a36b51f0c3c176d4107e7ea84a4c0dd51197b8dd (diff) | |
| download | tanya-ad46afb10bca80086b11b998bf4c992dc96f577e.tar.gz | |
Move memory/package.d into memory.allocator
Diffstat (limited to 'test')
| -rw-r--r-- | test/tanya/test/assertion.d | 4 | ||||
| -rw-r--r-- | test/tanya/test/package.d | 2 | ||||
| -rw-r--r-- | test/tanya/test/stub.d | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/test/tanya/test/assertion.d b/test/tanya/test/assertion.d index 10105d7..daef334 100644 --- a/test/tanya/test/assertion.d +++ b/test/tanya/test/assertion.d @@ -13,7 +13,7 @@ * The functions can cause segmentation fault if the module is compiled * in production mode and the condition fails. * - * Copyright: Eugene Wissner 2017-2018. + * Copyright: Eugene Wissner 2017-2019. * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * Mozilla Public License, v. 2.0). * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner) @@ -22,7 +22,7 @@ */ module tanya.test.assertion; -import tanya.memory; +import tanya.memory.allocator; import tanya.meta.trait; /** diff --git a/test/tanya/test/package.d b/test/tanya/test/package.d index ab6f861..f924833 100644 --- a/test/tanya/test/package.d +++ b/test/tanya/test/package.d @@ -5,7 +5,7 @@ /** * Test suite for $(D_KEYWORD unittest)-blocks. * - * Copyright: Eugene Wissner 2017-2018. + * Copyright: Eugene Wissner 2017-2019. * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * Mozilla Public License, v. 2.0). * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner) diff --git a/test/tanya/test/stub.d b/test/tanya/test/stub.d index e1f8dcb..8756f95 100644 --- a/test/tanya/test/stub.d +++ b/test/tanya/test/stub.d @@ -5,7 +5,7 @@ /** * Range and generic type generators. * - * Copyright: Eugene Wissner 2018. + * Copyright: Eugene Wissner 2018-2019. * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, * Mozilla Public License, v. 2.0). * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner) |
