2020-04-16 01:50:32 -05:00
|
|
|
// run-fail
|
2016-11-18 04:31:19 -06:00
|
|
|
// compile-flags: --test
|
|
|
|
// check-stdout
|
2020-05-07 10:39:02 -05:00
|
|
|
// ignore-emscripten no processes
|
2020-04-16 01:50:32 -05:00
|
|
|
|
2016-11-18 04:31:19 -06:00
|
|
|
#[test]
|
|
|
|
#[should_panic(expected = "foo")]
|
|
|
|
pub fn test_explicit() {
|
|
|
|
panic!()
|
|
|
|
}
|