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
118 B
Rust
Raw Normal View History

2020-04-16 06:50:32 +00:00
//@ run-fail
//@ check-stdout
//@ compile-flags: --test
2016-09-08 01:58:00 +00:00
//@ ignore-emscripten
#[test]
fn test_foo() {
panic!()
}