summary refs log tree commit diff
path: root/src/test/run-fail/panic-macro-owned.rs
blob: 9b935717638bc69120d2bdf0de5e30546865771f (plain)
1
2
3
4
5
// error-pattern:panicked at 'test-fail-owned'

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