summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-08-25 14:32:34 +0200
committerEugen Wissner <belka@caraus.de>2025-08-25 14:32:34 +0200
commit720d259cfc1db61d2deadca8b3e7751182d789b2 (patch)
tree69ffa359aeae76505a959505070bc5d7aeb4f0bd /test
parent260b1312229c39e6a1a47e5850c7aeb760dccbb2 (diff)
downloadtanya-720d259cfc1db61d2deadca8b3e7751182d789b2.tar.gz
Make isWideString compatible with Phobos isNarrowString
Diffstat (limited to 'test')
-rw-r--r--test/tanya/test/assertion.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tanya/test/assertion.d b/test/tanya/test/assertion.d
index 5fd9831..919194f 100644
--- a/test/tanya/test/assertion.d
+++ b/test/tanya/test/assertion.d
@@ -22,6 +22,7 @@
*/
module tanya.test.assertion;
+import std.traits : isSomeFunction;
import tanya.memory.allocator;
import tanya.meta.trait;