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