summary refs log tree commit diff stats
path: root/tests/accept/compile/tgetstartmilsecs.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/compile/tgetstartmilsecs.nim')
-rwxr-xr-xtests/accept/compile/tgetstartmilsecs.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/accept/compile/tgetstartmilsecs.nim b/tests/accept/compile/tgetstartmilsecs.nim
deleted file mode 100755
index 340c78af1..000000000
--- a/tests/accept/compile/tgetstartmilsecs.nim
+++ /dev/null
@@ -1,7 +0,0 @@
-# 
-import times, os
-
-var start = getStartMilsecs()
-os.sleep(1000)
-
-echo getStartMilsecs() - start #OUT 1000