You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: relax @test_throws ErrorException to also allow BoundsError (#1431)
An issue with `Base` is that some methods of `size` throw `BoundsError`
for an out-of-bounds second argument, while others throw
`ErrorException` in the same case.
Relax the tests here to allow for fixing that issue in `Base` in the
future.
PR that depends on this change:
* JuliaLang/julia#59442
0 commit comments