summary refs log tree commit diff stats
path: root/tests/ttime.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ttime.nim')
-rwxr-xr-xtests/ttime.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ttime.nim b/tests/ttime.nim
deleted file mode 100755
index bad818816..000000000
--- a/tests/ttime.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-# test the new time module

-

-import

-  times

-

-write(stdout, $getTime())