rust/src/test/run-fail/issue-2761.rs

6 lines
85 B
Rust
Raw Normal View History

// error-pattern:custom message
fn main() {
2013-03-28 20:39:09 -05:00
assert!(false, "custom message");
}