summary refs log tree commit diff
path: root/tests/ui/panics/test-panic.rs
blob: 29a3c4e9c9f1a6b89af864219bb47c70d8264e33 (plain)
1
2
3
4
5
6
7
8
9
//@ run-fail
//@ check-stdout
//@ compile-flags: --test
//@ ignore-emscripten

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