Files
rust/tests/ui/panics/test-panic.rs
2025-01-23 20:51:29 +08:00

10 lines
117 B
Rust

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