We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6623f68 commit 90a8e56Copy full SHA for 90a8e56
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 1513539b67e81bb4ad5226ba923c388c9240fd54
+refs/heads/master: 1cc7165e62f17b24c2f14eb733f07ac7469c4420
trunk/src/test/run-fail/pred.rs
@@ -1,14 +1,11 @@
-// xfail-stage0
-// xfail-stage1
3
-// xfail-stage2
4
// -*- rust -*-
5
-
6
-// error-pattern:predicate check
+// xfail-stage0
+// error-pattern:Predicate lt(b, a) failed
7
8
fn f(int a, int b) : lt(a,b) {
9
}
10
11
-fn lt(int a, int b) -> bool {
+pred lt(int a, int b) -> bool {
12
ret a < b;
13
14
0 commit comments