We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
current_exceptions
1 parent d687917 commit db2077eCopy full SHA for db2077e
test/runtests.jl
@@ -192,7 +192,7 @@ end
192
DivideError: integer division error
193
Stacktrace:.*
194
195
- caused by: UndefVarError: `?__not_a_binding__`? not defined
+ caused by: UndefVarError: `?__not_a_binding__`? not defined( in `Main`)?
196
197
"""s, sprint(show, excs_with_bts))
198
@@ -209,7 +209,7 @@ end
209
ERROR: DivideError: integer division error
210
211
212
213
214
"""s, sprint(Base.display_error, excs_with_bts))
215
0 commit comments