blob: 701f26776485882649aa50f7b3e02286f2d98070 [file] [log] [blame]
// run-fail
// check-stdout
// compile-flags: --test
// ignore-emscripten
#[test]
#[should_panic(expected = "foobar")]
fn test_foo() {
panic!("blah")
}