Skip to content

Commit 0fc5fee

Browse files
committed
missing )
1 parent 21cacc6 commit 0fc5fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ sleep(1)
1414

1515
alarmmessage() = println("This is an alarm. Do not be alarmed.")
1616

17-
@async alarm(now() + Dates.Second(5), action=alarmmessage
18-
17+
@async alarm(now() + Dates.Second(5), action=alarmmessage)
18+
1919
@test sprint(show, laptimer(), context=:compact => true) == "nothing"
2020

2121
@test tok() > 1.0

0 commit comments

Comments
 (0)