Skip to content

Commit

Permalink
optimizer: mark sparam finalizer inlining broken
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Sep 6, 2022
1 parent 25e527c commit 28f12c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/compiler/inline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,8 @@ let src = code_typed1(Tuple{Any}) do x
DoAllocNoEscapeSparam(x)
end
end
@test count(isnew, src.code) == 0
# FIXME
@test_broken count(isnew, src.code) == 0 && count(iscall(DoAllocNoEscapeSparam), src.code) == 0
end

# Test noinline finalizer
Expand Down

0 comments on commit 28f12c5

Please sign in to comment.