Skip to content

Commit

Permalink
remove test checking the state of the now-nonexistant inference work …
Browse files Browse the repository at this point in the history
…queue
  • Loading branch information
jrevels committed May 3, 2017
1 parent c260e1c commit 78c599b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/staged.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ module TestGeneratedThrow
foo() = (bar(rand() > 0.5 ? 1 : 1.0); error("foo"))
function __init__()
code_typed(foo,(); optimize = false)
@test Core.Inference.isempty(Core.Inference.active) && Core.Inference.isempty(Core.Inference.workq)
cfunction(foo,Void,())
end
end
Expand Down

0 comments on commit 78c599b

Please sign in to comment.