diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2019-11-14 07:26:41 -0800 |
|---|---|---|
| committer | Tyler Mandry <tmandry@gmail.com> | 2019-11-15 05:52:06 -0800 |
| commit | d252ba35d490f16d2efefdedc581b1c9d6d64ecb (patch) | |
| tree | 65c1e6d7d613a88d60873f2635c327d9ad809814 /src/test | |
| parent | b8dca6c82714d04a26071a48cd671ad707249950 (diff) | |
| download | rust-d252ba35d490f16d2efefdedc581b1c9d6d64ecb.tar.gz rust-d252ba35d490f16d2efefdedc581b1c9d6d64ecb.zip | |
Improve error message for tests with panic=abort
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/test-panic-abort-disabled.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/test-panic-abort-disabled.stderr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/test-panic-abort-disabled.rs b/src/test/ui/test-panic-abort-disabled.rs index f24046ff0e8..4adb161d9ee 100644 --- a/src/test/ui/test-panic-abort-disabled.rs +++ b/src/test/ui/test-panic-abort-disabled.rs @@ -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 diff --git a/src/test/ui/test-panic-abort-disabled.stderr b/src/test/ui/test-panic-abort-disabled.stderr index a8d9bad43ed..9c65c7360c1 100644 --- a/src/test/ui/test-panic-abort-disabled.stderr +++ b/src/test/ui/test-panic-abort-disabled.stderr @@ -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 |
