2024-02-16 20:02:50 +00:00
|
|
|
//@ run-fail
|
|
|
|
|
//@ compile-flags: --test
|
|
|
|
|
//@ check-stdout
|
2025-01-23 16:36:54 +08:00
|
|
|
//@ needs-subprocess
|
2020-04-16 15:50:32 +09:00
|
|
|
|
2016-11-18 21:01:19 +10:30
|
|
|
#[test]
|
|
|
|
|
#[should_panic(expected = "foo")]
|
|
|
|
|
pub fn test_explicit() {
|
|
|
|
|
panic!()
|
|
|
|
|
}
|