summary refs log tree commit diff stats
path: root/tests/misc/tprep.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-31 15:15:26 +0200
committerAraq <rumpf_a@web.de>2014-08-31 15:15:26 +0200
commit30823c1ce3992d48251069af48ed9d26b1238ba4 (patch)
treee674b8a26785a8b02c321c4d991de974d02477c4 /tests/misc/tprep.nim
parent3ba34f1762742682a54dfdc30986818b5c1ecd81 (diff)
downloadNim-30823c1ce3992d48251069af48ed9d26b1238ba4.tar.gz
make tests green
Diffstat (limited to 'tests/misc/tprep.nim')
-rw-r--r--tests/misc/tprep.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/tprep.nim b/tests/misc/tprep.nim
index 4ef9e2543..8f40300d6 100644
--- a/tests/misc/tprep.nim
+++ b/tests/misc/tprep.nim
@@ -24,7 +24,7 @@ else:
 
 var
   s: string
-write(stdout, "compiled at " & system.compileDate &
-              " " & compileTime & "\n")
+write(stdout, "compiled at " & system.CompileDate &
+              " " & CompileTime & "\n")
 echo getDateStr()
 echo getClockStr()