diff --git a/test/runtests.jl b/test/runtests.jl index 883a408..9bf383a 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3,6 +3,7 @@ using Test function alloc_in_catch() try + Base.inferencebarrier(nothing) # Prevent catch from being elided catch return Any[] # in catch block: filtered by `ignore_throw=true` end