aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-fail/fail.rs
blob: e8c9cf71bcbee00274442a9439263761ffa801ff (plain) (blame)
1
2
3
4
5
6
// xfail-stage0
// error-pattern:1 == 2

fn main() {
   check (1 == 2);
}