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

10 lines
118 B
Rust

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