Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
panics
/
test-panic.rs
blob: c7af47524cfcf6e268c31c13f0471b367416c336 [
file
]
//@ run-fail
//@ check-stdout
//@ compile-flags: --test
//@ needs-subprocess
#[
test
]
fn
test_foo
()
{
panic
!()
}