summary refs log tree commit diff stats
path: root/tests/misc/thallo.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-31 13:46:27 +0200
committerAraq <rumpf_a@web.de>2014-08-31 13:46:27 +0200
commit3ba34f1762742682a54dfdc30986818b5c1ecd81 (patch)
treed996f1d21582a365eefd1f863555d5f5045b2be0 /tests/misc/thallo.nim
parent697789a3134b7923edd3fe1bd14faa23da6be35c (diff)
downloadNim-3ba34f1762742682a54dfdc30986818b5c1ecd81.tar.gz
prettified re.nim; make some tests green
Diffstat (limited to 'tests/misc/thallo.nim')
-rw-r--r--tests/misc/thallo.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/thallo.nim b/tests/misc/thallo.nim
index 46d21b4da..cbeb45b97 100644
--- a/tests/misc/thallo.nim
+++ b/tests/misc/thallo.nim
@@ -37,7 +37,7 @@ macrotest(stdout)
 
 #GC_disable()
 
-echo("This was compiled by Nim version " & system.nimVersion)
+echo("This was compiled by Nim version " & system.NimVersion)
 writeln(stdout, "Hello", " World", "!")
 
 echo(["a", "b", "c", "d"].len)