diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-08-25 14:32:34 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-08-25 14:32:34 +0200 |
| commit | 720d259cfc1db61d2deadca8b3e7751182d789b2 (patch) | |
| tree | 69ffa359aeae76505a959505070bc5d7aeb4f0bd /test | |
| parent | 260b1312229c39e6a1a47e5850c7aeb760dccbb2 (diff) | |
| download | tanya-720d259cfc1db61d2deadca8b3e7751182d789b2.tar.gz | |
Make isWideString compatible with Phobos isNarrowString
Diffstat (limited to 'test')
| -rw-r--r-- | test/tanya/test/assertion.d | 1 |
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; |
