rust/tests/ui/macros/die-macro-2.rs

8 lines
92 B
Rust
Raw Normal View History

//@ run-fail
//@ error-pattern:test
//@ needs-subprocess
fn main() {
panic!("test");
}