Skip to content

Commit f2f5022

Browse files
committed
---
yaml --- r: 2699 b: refs/heads/master c: a1b440b h: refs/heads/master i: 2697: 0208722 2695: 548c181 v: v3
1 parent 2e741a4 commit f2f5022

File tree

11 files changed

+1
-12
lines changed

11 files changed

+1
-12
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: 77f56f315404b1c54eae6776a4dca4f9eef396c6
2+
refs/heads/master: a1b440baaaa2c35f2c32939c44451f25cbe92e3a

trunk/src/test/compile-fail/impure-pred.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32
// error-pattern: impure function
43

54
fn g() -> () {}

trunk/src/test/compile-fail/missing-return.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
42
// error-pattern: return
53

64
fn f() -> int {

trunk/src/test/compile-fail/not-a-pred-2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
// error-pattern: non-predicate
54

trunk/src/test/compile-fail/not-a-pred-3.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
// error-pattern: expected the constraint name
54

trunk/src/test/compile-fail/not-a-pred-check.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32
// error-pattern: non-predicate
43

54
fn f(int q) -> bool { ret true; }

trunk/src/test/compile-fail/not-pred-args.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
// error-pattern: Constraint args must be
54

trunk/src/test/compile-fail/pattern-tyvar-2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
use std;
54
import std::option;

trunk/src/test/compile-fail/pred-not-bool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
// error-pattern: Non-boolean return type
54

trunk/src/test/run-pass/box-inside-if.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32
use std;
43
import std::vec;
54

trunk/src/test/run-pass/box-inside-if2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32
use std;
43
import std::vec;
54

0 commit comments

Comments
 (0)