rust/tests/ui/panics/test-panic.rs

10 lines
117 B
Rust

//@ run-fail
//@ check-stdout
//@ compile-flags: --test
//@ needs-subprocess
#[test]
fn test_foo() {
panic!()
}