Skip to content

Commit b112600

Browse files
committed
optimizer: mark sparam finalizer inlining broken
1 parent 4fde95d commit b112600

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/compiler/inline.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,8 @@ let src = code_typed1(Tuple{Any}) do x
13011301
DoAllocNoEscapeSparam(x)
13021302
end
13031303
end
1304-
@test count(isnew, src.code) == 0
1304+
# FIXME
1305+
@test_broken count(isnew, src.code) == 0 && count(iscall(DoAllocNoEscapeSparam), src.code) == 0
13051306
end
13061307

13071308
# Test noinline finalizer

0 commit comments

Comments
 (0)