Skip to content

Commit

Permalink
fixup! fixup! effects: taint nonoverlayed when bailing out inference (
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Mar 3, 2023
1 parent d57c4ea commit ec5e702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compiler/AbstractInterpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ macro newinterp(name)
meta # additional information
$name(world = Base.get_world_counter();
interp = CC.NativeInterpreter(world),
cache = $cachename(IdDict{MethodInstance,CodeInstance}(),
cache = $cachename(IdDict{MethodInstance,CodeInstance}()),
meta = nothing
) = new(interp, cache, meta)
end
Expand Down

0 comments on commit ec5e702

Please sign in to comment.