Skip to content

Commit b0a8010

Browse files
committed
Un-XFAIL pred-on-wrong-slots
1 parent 698c640 commit b0a8010

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/compile-fail/pred-on-wrong-slots.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
42
// -*- rust -*-
53

6-
// error-pattern: Unsatisfied .* lt(a, c)
4+
// error-pattern: lt(a, c)
75

86
fn f(int a, int b) : lt(a,b) {
97
}

0 commit comments

Comments
 (0)