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 9fbd135 commit 40bb06dCopy full SHA for 40bb06d
test/channels.jl
@@ -390,6 +390,7 @@ end
390
t = Timer(0) do t
391
tc[] += 1
392
end
393
+ Libc.systemsleep(0.005)
394
@test isopen(t)
395
Base.process_events()
396
@test !isopen(t)
@@ -402,6 +403,7 @@ end
402
403
404
405
406
407
408
close(t)
409
test/reflection.jl
@@ -507,7 +507,6 @@ f18888() = nothing
507
let
508
world = Core.Compiler.get_world_counter()
509
m = first(methods(f18888, Tuple{}))
510
- @test isempty(m.specializations)
511
ft = typeof(f18888)
512
513
code_typed(f18888, Tuple{}; optimize=false)
0 commit comments