diff options
Diffstat (limited to 'tests/compile/tgetstartmilsecs.nim')
-rwxr-xr-x | tests/compile/tgetstartmilsecs.nim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/compile/tgetstartmilsecs.nim b/tests/compile/tgetstartmilsecs.nim deleted file mode 100755 index 5a3368e0f..000000000 --- a/tests/compile/tgetstartmilsecs.nim +++ /dev/null @@ -1,7 +0,0 @@ -# -import times, os - -var start = epochTime() -os.sleep(1000) - -echo epochTime() - start #OUT 1000 |