Skip to content

Commit ec5e702

Browse files
committed
fixup! fixup! effects: taint nonoverlayed when bailing out inference (#48838)
1 parent d57c4ea commit ec5e702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler/AbstractInterpreter.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ macro newinterp(name)
2222
meta # additional information
2323
$name(world = Base.get_world_counter();
2424
interp = CC.NativeInterpreter(world),
25-
cache = $cachename(IdDict{MethodInstance,CodeInstance}(),
25+
cache = $cachename(IdDict{MethodInstance,CodeInstance}()),
2626
meta = nothing
2727
) = new(interp, cache, meta)
2828
end

0 commit comments

Comments
 (0)