Skip to content
Snippets Groups Projects
Commit 53aa9e08 authored by Nick Zavaritsky's avatar Nick Zavaritsky
Browse files

Fix app/clock test (osx)

parent 5c049dee
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,5 @@ test:ok(clock.thread64() > 0, "thread64")
test:ok(clock.monotonic64() > 0, "monotonic64")
test:ok(clock.proc64() > 0, "proc64")
test:ok(clock.monotonic() < clock.monotonic(), "time is monotonic")
test:ok(clock.monotonic() <= clock.monotonic(), "time is monotonic")
test:ok(math.abs(clock.realtime() - os.time()) < 2, "clock.realtime ~ os.time")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment