2020-04-16 15:50:32 +09:00
|
|
|
//@ run-fail
|
2013-03-19 14:05:20 -04:00
|
|
|
//@ error-pattern:custom message
|
2025-01-23 16:36:54 +08:00
|
|
|
//@ needs-subprocess
|
2013-03-19 14:05:20 -04:00
|
|
|
|
|
|
|
|
fn main() {
|
2013-03-28 18:39:09 -07:00
|
|
|
assert!(false, "custom message");
|
2013-03-19 14:05:20 -04:00
|
|
|
}
|