Skip to content

Commit af60f14

Browse files
committed
fix very confusing typo in warning
1 parent 1509305 commit af60f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929

3030
const WARN_FAILURES_ENCOUNTERED =
3131
"Some errors were encountered. To isolate specific errors you may want "*
32-
"test again, specifiying `throw=false` to get a full stack trace. You may also want "*
32+
"test again, specifiying `throw=true` to get a full stack trace. You may also want "*
3333
"limit tests to problem model(s). "
3434

3535
# for updating `failures` and `summary` tables output by `test(...)` below; returns the

0 commit comments

Comments
 (0)