diff options
Diffstat (limited to 'tests/stdlib/t15663.nim')
-rw-r--r-- | tests/stdlib/t15663.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/stdlib/t15663.nim b/tests/stdlib/t15663.nim index 1ad5677fd..8e8bfd9a8 100644 --- a/tests/stdlib/t15663.nim +++ b/tests/stdlib/t15663.nim @@ -3,5 +3,7 @@ discard """ output: "Test" """ +import std/widestrs + let ws = newWideCString("Test") -echo ws \ No newline at end of file +echo ws |