mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
remove problem test
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
discard """
|
||||
disabled: "appveyor"
|
||||
"""
|
||||
|
||||
# diabled on appveyor, because it fails there.
|
||||
|
||||
import times, os
|
||||
|
||||
var start = epochTime()
|
||||
os.sleep(1000)
|
||||
let diff = abs(epochTime() - start - 1.0)
|
||||
doAssert diff < 0.005, $diff
|
||||
Reference in New Issue
Block a user