Un-XFAIL some tests that now pass.

This commit is contained in:
Tim Chevalier 2011-05-20 19:53:22 -07:00
parent 77f56f3154
commit a1b440baaa
10 changed files with 0 additions and 11 deletions

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
// error-pattern: impure function
fn g() -> () {}

View file

@ -1,6 +1,4 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
// error-pattern: return
fn f() -> int {

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
// error-pattern: non-predicate

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
// error-pattern: expected the constraint name

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
// error-pattern: non-predicate
fn f(int q) -> bool { ret true; }

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
// error-pattern: Constraint args must be

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
use std;
import std::option;

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
// error-pattern: Non-boolean return type

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
use std;
import std::vec;

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
use std;
import std::vec;