blob: 92f5146b710f2c2f76c176cab66ccf392360f933 [file] [log] [blame]
// check-stdout
// error-pattern:thread 'test_foo' panicked at
// compile-flags: --test
// ignore-emscripten
#[test]
fn test_foo() {
panic!()
}