summary refs log tree commit diff
path: root/tests/ui/panics/panic-macro-owned.rs
blob: 1878f3d52abdebd15e2536ee31a3419318b8d3de (plain)
1
2
3
4
5
6
7
8
//@ run-fail
//@ error-pattern:panicked
//@ error-pattern:test-fail-owned
//@ ignore-emscripten no processes

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