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

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