Skip to content

Commit bdf75cd

Browse files
aviateskvtjnash
andcommitted
Update test/compiler/inline.jl
Co-authored-by: Jameson Nash <[email protected]>
1 parent 8f61f5b commit bdf75cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/compiler/inline.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,4 +1936,7 @@ let src = code_typed1() do
19361936
end
19371937
@test any(isinvoke(:issue49074), src.code)
19381938
end
1939-
@test_throws MethodError issue49074(Issue49050Concrete)
1939+
let result = @test_throws MethodError issue49074(Issue49050Concrete)
1940+
@test result.value.f === issue49074
1941+
@test result.value.args === (Any,)
1942+
end

0 commit comments

Comments
 (0)