Skip to content

Commit 6142c73

Browse files
committed
Un-xfail some tests that work
1 parent 7532681 commit 6142c73

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

src/test/compile-fail/forgot-ret.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: not all control paths return
43

54
fn god_exists(int a) -> bool {

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
41
// -*- rust -*-
52
use std;
63
import std::option;

src/test/compile-fail/slot-as-pred.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
41
// -*- rust -*-
5-
6-
// error-pattern: mismatched types
2+
// xfail-stage0
3+
// error-pattern: unresolved name: lt
74

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

0 commit comments

Comments
 (0)