summary refs log tree commit diff stats
path: root/tests/sets/tsets.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sets/tsets.nim')
-rw-r--r--tests/sets/tsets.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sets/tsets.nim b/tests/sets/tsets.nim
index 646175329..2d37e893d 100644
--- a/tests/sets/tsets.nim
+++ b/tests/sets/tsets.nim
@@ -58,7 +58,7 @@ for x in low(TAZ) .. high(TAZ):
 for x in low(TTokTypeRange) .. high(TTokTypeRange):

   if x in tokTypes:

     discard

-    #writeln(stdout, "the token '$1' is in the set" % repr(x))

+    #writeLine(stdout, "the token '$1' is in the set" % repr(x))

 

 #OUT Ha ein F ist in s!