We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cacc6 commit 0fc5feeCopy full SHA for 0fc5fee
test/runtests.jl
@@ -14,8 +14,8 @@ sleep(1)
14
15
alarmmessage() = println("This is an alarm. Do not be alarmed.")
16
17
-@async alarm(now() + Dates.Second(5), action=alarmmessage
18
-
+@async alarm(now() + Dates.Second(5), action=alarmmessage)
+
19
@test sprint(show, laptimer(), context=:compact => true) == "nothing"
20
21
@test tok() > 1.0
0 commit comments