Commit ae12feb
authored
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
1 parent 76e280e commit ae12feb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments