diff --git a/test/runtests.jl b/test/runtests.jl index fe39e2cab..f10763cf4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -192,7 +192,7 @@ end DivideError: integer division error Stacktrace:.* - caused by: UndefVarError: `?__not_a_binding__`? not defined + caused by: UndefVarError: `?__not_a_binding__`? not defined( in `Main`)? Stacktrace:.* """s, sprint(show, excs_with_bts)) @@ -209,7 +209,7 @@ end ERROR: DivideError: integer division error Stacktrace:.* - caused by: UndefVarError: `?__not_a_binding__`? not defined + caused by: UndefVarError: `?__not_a_binding__`? not defined( in `Main`)? Stacktrace:.* """s, sprint(Base.display_error, excs_with_bts))