summary refs log tree commit diff
path: root/tests/ui/panic-runtime/bad-panic-flag1.rs
blob: 82b7c2f723b4f7b60a1a1910d7f75c6574e85b71 (plain)
1
2
3
4
//@ compile-flags:-C panic=foo
//@ error-pattern:either `unwind` or `abort` was expected

fn main() {}