Skip to content

Commit 90a8e56

Browse files
committed
---
yaml --- r: 3076 b: refs/heads/master c: 1cc7165 h: refs/heads/master v: v3
1 parent 6623f68 commit 90a8e56

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1513539b67e81bb4ad5226ba923c388c9240fd54
2+
refs/heads/master: 1cc7165e62f17b24c2f14eb733f07ac7469c4420

trunk/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)