summary refs log tree commit diff
path: root/src/test/ui/panic-runtime/libtest-unwinds.rs
blob: 47dd8c3efe58e6d0eba087c4130820a90228b3e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// error-pattern:is not compiled with this crate's panic strategy `abort`
// compile-flags:-C panic=abort
// ignore-wasm32-bare compiled with panic=abort by default

#![feature(test)]

extern crate test;

fn main() {
}