1 2 3 4 5 6 7 8 9 10
//@ run-fail //@ check-stdout //@ compile-flags: --test //@ needs-unwind #[test] #[should_panic(expected = "foobar")] fn test_foo() { panic!("blah") }