Skip to content

Commit 1cc7165

Browse files
committed
Un-xfail test/run-fail/pred.rs
1 parent 1513539 commit 1cc7165

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/test/run-fail/pred.rs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
41
// -*- rust -*-
5-
6-
// error-pattern:predicate check
2+
// xfail-stage0
3+
// error-pattern:Predicate lt(b, a) failed
74

85
fn f(int a, int b) : lt(a,b) {
96
}
107

11-
fn lt(int a, int b) -> bool {
8+
pred lt(int a, int b) -> bool {
129
ret a < b;
1310
}
1411

0 commit comments

Comments
 (0)