From ad46afb10bca80086b11b998bf4c992dc96f577e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 22 Mar 2019 08:18:01 +0100 Subject: Move memory/package.d into memory.allocator --- test/tanya/test/assertion.d | 4 ++-- test/tanya/test/package.d | 2 +- test/tanya/test/stub.d | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') 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) -- cgit v1.2.3