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

10 lines
117 B
Rust
Raw Normal View History

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