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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
117 B
Rust
Raw Normal View History

2020-04-16 15:50:32 +09:00
//@ run-fail
//@ check-stdout
//@ compile-flags: --test
//@ needs-subprocess
#[test]
fn test_foo() {
panic!()
}