Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Sep 4, 2021
1 parent 941c86e commit 7ded0c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ if Base.JLOptions().check_bounds ∈ (0, 2)
h(x) = f(x)

(_,CI, _, _, _, _) = process(g, Tuple{Vector{Float64}})
for (i, stmt) in enumerate(CI.stmts.inst)
@show i, stmt
end
@test all(CI.stmts.inst) do stmt
isa(stmt, Core.GotoNode) || (isa(stmt, Core.ReturnNode) && isdefined(stmt, :val)) || Base.Meta.isexpr(stmt, :code_coverage_effect, 0)
end
Expand Down

0 comments on commit 7ded0c9

Please sign in to comment.