rust/src/test/run-fail/panic.rs

5 lines
59 B
Rust
Raw Normal View History

2015-01-31 16:23:42 +00:00
// error-pattern:1 == 2
2016-05-27 02:39:36 +00:00
fn main() {
assert!(1 == 2);
}