summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panics/panic-macro-owned.rs
blob: b898fde77a3b659d9553f36f0c32ffa6ff55ca4e (plain)
1
2
3
4
5
6
7
// run-fail
// error-pattern:panicked at 'test-fail-owned'
// ignore-emscripten no processes

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