diff options
Diffstat (limited to 'tests/ttime.nim')
-rwxr-xr-x | tests/ttime.nim | 6 |
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()) |