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

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