summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panic-runtime/want-abort-got-unwind.rs
blob: e33c3bcc3f0246645b14a0342629d6495b80d84c (plain)
1
2
3
4
5
6
7
8
9
// build-fail
// dont-check-compiler-stderr
// error-pattern:is not compiled with this crate's panic strategy `abort`
// aux-build:panic-runtime-unwind.rs
// compile-flags:-C panic=abort

extern crate panic_runtime_unwind;

fn main() {}