Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
panics
/
test-panic.rs
blob: 29a3c4e9c9f1a6b89af864219bb47c70d8264e33 [
file
] [
log
] [
blame
] [
edit
]
//@ run-fail
//@ check-stdout
//@ compile-flags: --test
//@ ignore-emscripten
#[
test
]
fn
test_foo
()
{
panic
!()
}