about summary refs log tree commit diff
path: root/tests/ui/panics/panic-macro-static.rs
blob: 1c6258ebed24b83ead79f91d7cdc09a38ac9747a (plain)
1
2
3
4
5
6
7
8
//@ run-fail
//@ error-pattern:panicked
//@ error-pattern:test-fail-static
//@ needs-subprocess

fn main() {
    panic!("test-fail-static");
}