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

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