diff options
Diffstat (limited to 'tests/accept/run/tsets.nim')
-rwxr-xr-x | tests/accept/run/tsets.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/tsets.nim b/tests/accept/run/tsets.nim index 08ab3e54b..7b806f15b 100755 --- a/tests/accept/run/tsets.nim +++ b/tests/accept/run/tsets.nim @@ -1,3 +1,7 @@ +discard """ + file: "tsets.nim" + output: "Ha ein F ist in s!" +""" # Test the handling of sets import @@ -56,3 +60,5 @@ for x in low(TTokTypeRange) .. high(TTokTypeRange): #writeln(stdout, "the token '$1' is in the set" % repr(x)) #OUT Ha ein F ist in s! + + |