Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
panic-runtime
/
libtest-unwinds.rs
blob: 47dd8c3efe58e6d0eba087c4130820a90228b3e3 [
file
]
// 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
()
{
}