summary refs log tree commit diff stats
path: root/tests/ttime.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ttime.nim')
-rw-r--r--tests/ttime.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttime.nim b/tests/ttime.nim
index 783032bc9..bad818816 100644
--- a/tests/ttime.nim
+++ b/tests/ttime.nim
@@ -3,4 +3,4 @@
 import

   times

 

-write(stdout, TimeToString(getTime()) )

+write(stdout, $getTime())