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 5808e1b commit 38cb156Copy full SHA for 38cb156
test/runtests.jl
@@ -13,7 +13,7 @@ sleep(1)
13
@test typeof(peek()) == Float64
14
15
if VERSION > v"0.7.0-"
16
- @test typeof(lap()) == Nothing
+ @test sprint(showcompact, lap()) == "nothing"
17
else
18
@test typeof(lap()) == Void
19
end
@@ -24,7 +24,7 @@ end
24
tick()
25
26
27
- @test typeof(tock()) == Nothing
+ @test sprint(showcompact, tock()) == "nothing"
28
29
@test typeof(tock()) == Void
30
0 commit comments