diff options
Diffstat (limited to 'tests/system/tsettostring.nim')
-rw-r--r-- | tests/system/tsettostring.nim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/system/tsettostring.nim b/tests/system/tsettostring.nim deleted file mode 100644 index c6846ee99..000000000 --- a/tests/system/tsettostring.nim +++ /dev/null @@ -1,8 +0,0 @@ -discard """ - output: "{a, b, c}" -""" - -# bug #2395 - -let alphaSet: set[char] = {'a'..'c'} -echo alphaSet |