about summary refs log tree commit diff
path: root/src/test/run-fail/panic.rs
blob: 95f20dedad26cd26f2d46e2ff14f6711c1574dca (plain)
1
2
3
4
// error-pattern:1 == 2
fn main() {
    assert!(1 == 2);
}