blob: d63161db55cb0d43cc6ec4f956b3af34fc3e026c [file] [log] [blame]
//@ build-fail
//@ dont-check-compiler-stderr
//@ error-pattern:is not compiled with this crate's panic strategy `abort`
//@ aux-build:panic-runtime-unwind.rs
//@ aux-build:wants-panic-runtime-unwind.rs
//@ compile-flags:-C panic=abort
extern crate wants_panic_runtime_unwind;
fn main() {}