summary refs log tree commit diff stats
path: root/tests/sets
diff options
context:
space:
mode:
authorpatrick dw <algorithicimperative@gmail.com>2015-06-19 01:34:34 -0500
committerpatrick dw <algorithicimperative@gmail.com>2015-06-19 01:34:34 -0500
commit69e15ac32fd92abe1d950275ab4b0d830d8b13e1 (patch)
tree5075b3b8a5ab2458a3bd23a652c31419c41bba32 /tests/sets
parentb6252af5c6ce99c6eaec91fb5570143151660b74 (diff)
downloadNim-69e15ac32fd92abe1d950275ab4b0d830d8b13e1.tar.gz
renamed writeln to writeLine in tests
Diffstat (limited to 'tests/sets')
-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!