diff options
Diffstat (limited to 'tests/arc')
-rw-r--r-- | tests/arc/t19862.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/arc/t19862.nim b/tests/arc/t19862.nim index f7146ec26..6d3f57692 100644 --- a/tests/arc/t19862.nim +++ b/tests/arc/t19862.nim @@ -2,6 +2,8 @@ discard """ matrix: "--gc:refc; --gc:arc" """ +import std/widestrs + # bug #19862 type NewString = object |