summary refs log tree commit diff stats
path: root/tests/stdlib/trepr2.nim
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/stdlib/trepr2.nim
parentb6252af5c6ce99c6eaec91fb5570143151660b74 (diff)
downloadNim-69e15ac32fd92abe1d950275ab4b0d830d8b13e1.tar.gz
renamed writeln to writeLine in tests
Diffstat (limited to 'tests/stdlib/trepr2.nim')
-rw-r--r--tests/stdlib/trepr2.nim8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/stdlib/trepr2.nim b/tests/stdlib/trepr2.nim
index b15081e48..b7c2bd152 100644
--- a/tests/stdlib/trepr2.nim
+++ b/tests/stdlib/trepr2.nim
@@ -26,7 +26,7 @@ q[] = p
 

 s = @[q, q, q, q]

 

-writeln(stdout, repr(p))

-writeln(stdout, repr(q))

-writeln(stdout, repr(s))

-writeln(stdout, repr(en4))

+writeLine(stdout, repr(p))

+writeLine(stdout, repr(q))

+writeLine(stdout, repr(s))

+writeLine(stdout, repr(en4))