diff options
Diffstat (limited to 'tests/ui/panic-runtime/need-abort-got-unwind.stderr')
-rw-r--r-- | tests/ui/panic-runtime/need-abort-got-unwind.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/panic-runtime/need-abort-got-unwind.stderr b/tests/ui/panic-runtime/need-abort-got-unwind.stderr index d29c7875f..2a13f45c1 100644 --- a/tests/ui/panic-runtime/need-abort-got-unwind.stderr +++ b/tests/ui/panic-runtime/need-abort-got-unwind.stderr @@ -1,4 +1,4 @@ error: the crate `needs_abort` requires panic strategy `abort` which is incompatible with this crate's strategy of `unwind` -error: aborting due to previous error +error: aborting due to 1 previous error |