rust/tests/ui/panics/test-panic.rs
2023-01-11 09:32:08 +00:00

10 lines
114 B
Rust

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