summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panic-runtime/want-unwind-got-abort.rs
blob: b6174dc4efee87f8d8941279f5d297a627e77152 (plain)
1
2
3
4
5
6
7
8
9
10
11
// build-fail
// needs-unwind
// error-pattern:is not compiled with this crate's panic strategy `unwind`
// aux-build:panic-runtime-abort.rs
// aux-build:panic-runtime-lang-items.rs

#![no_std]
#![no_main]

extern crate panic_runtime_abort;
extern crate panic_runtime_lang_items;