Un-xfail some tests that work

This commit is contained in:
Tim Chevalier 2011-06-14 11:29:20 -07:00
parent 7532681612
commit 6142c731a0
3 changed files with 2 additions and 9 deletions

View file

@ -1,5 +1,4 @@
// -*- rust -*-
// xfail-stage0
// error-pattern: not all control paths return
fn god_exists(int a) -> bool {

View file

@ -1,6 +1,3 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
// -*- rust -*-
use std;
import std::option;

View file

@ -1,9 +1,6 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
// -*- rust -*-
// error-pattern: mismatched types
// xfail-stage0
// error-pattern: unresolved name: lt
fn f(int a, int b) : lt(a,b) {
}