Improve error message for tests with panic=abort
This commit is contained in:
parent
b8dca6c827
commit
d252ba35d4
3 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// error-pattern:building tests with panic=abort is not yet supported
|
||||
// error-pattern:building tests with panic=abort is not supported
|
||||
// no-prefer-dynamic
|
||||
// compile-flags: --test -Cpanic=abort
|
||||
// run-flags: --test-threads=1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
error: building tests with panic=abort is not yet supported
|
||||
error: building tests with panic=abort is not supported without `-Zpanic_abort_tests`
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue