2020-04-16 15:50:32 +09:00
|
|
|
// run-fail
|
2016-11-18 21:01:19 +10:30
|
|
|
// compile-flags: --test
|
|
|
|
// check-stdout
|
2020-05-08 00:39:02 +09:00
|
|
|
// ignore-emscripten no processes
|
2020-04-16 15:50:32 +09:00
|
|
|
|
2016-11-18 21:01:19 +10:30
|
|
|
#[test]
|
|
|
|
#[should_panic(expected = "foo")]
|
|
|
|
pub fn test_bar() {
|
|
|
|
panic!("bar")
|
|
|
|
}
|