Skip to content

Commit 6b74f47

Browse files
committed
fixup! inference: fix lattice for unusual InterConditional return and Const Bool representations (#57080)
1 parent 522f547 commit 6b74f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler/inference.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,7 @@ end |> only == Union{Int,Tuple{Any,Any}}
27472747
let A = Core.Const(true)
27482748
B = Core.InterConditional(2, Tuple, Union{})
27492749
C = Core.InterConditional(2, Any, Union{})
2750-
L = ipo_lattice(Compiler.NativeInterpreter())
2750+
L = ipo_lattice(Core.Compiler.NativeInterpreter())
27512751
@test !(L, A, B)
27522752
@test (L, B, A)
27532753
@test tmerge(L, A, B) == C

0 commit comments

Comments
 (0)