summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panics/test-panic.rs
blob: 85c9279cdf27bf580611c567f127a99352613689 (plain)
1
2
3
4
5
6
7
8
9
// run-fail
// check-stdout
// compile-flags: --test
// ignore-emscripten

#[test]
fn test_foo() {
    panic!()
}