summary refs log tree commit diff
path: root/src/test/ui/panic-runtime/libtest-unwinds.rs
blob: bc13072612a29cec2597024af5607b572d677a04 (plain)
1
2
3
4
5
6
7
8
9
10
// 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() {
}