diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2023-03-13 14:01:48 +0100 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2023-03-13 14:10:16 +0100 |
| commit | 956bebb07b641b1d9c1b04255f9a190e8f00a146 (patch) | |
| tree | 88500631e8d5651710211b6e9b99e464d8d304d6 /tests/ui/panic-runtime | |
| parent | 877530cf1a950cf82ca0acc6e66ae9eadb1267d4 (diff) | |
| download | rust-956bebb07b641b1d9c1b04255f9a190e8f00a146.tar.gz rust-956bebb07b641b1d9c1b04255f9a190e8f00a146.zip | |
remove need for test expectations
Diffstat (limited to 'tests/ui/panic-runtime')
| -rw-r--r-- | tests/ui/panic-runtime/unwind-tables-target-required.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/panic-runtime/unwind-tables-target-required.rs b/tests/ui/panic-runtime/unwind-tables-target-required.rs index be2cbf65867..5a90b314a6e 100644 --- a/tests/ui/panic-runtime/unwind-tables-target-required.rs +++ b/tests/ui/panic-runtime/unwind-tables-target-required.rs @@ -4,6 +4,7 @@ // only-x86_64-pc-windows-msvc // compile-flags: -C force-unwind-tables=no // +// dont-check-compiler-stderr // error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no` pub fn main() { |
