Un-XFAIL a few recently passing tests.

This commit is contained in:
Graydon Hoare 2011-04-19 15:41:38 -07:00
parent 0ee997cee6
commit 928b25c9fb
6 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,4 @@
// xfail-boot
// xfail-stage0
// -*- rust -*-
type compare[T] = fn(&T t1, &T t2) -> bool;

View File

@ -1,5 +1,4 @@
// xfail-boot
// xfail-stage0
fn id[T](&T t) -> T {
ret t;

View File

@ -1,6 +1,4 @@
// xfail-stage0
fn mk() -> int {
ret 1;
}

View File

@ -1,4 +1,3 @@
// xfail-stage0
// -*- rust -*-
tag clam[T] {

View File

@ -1,5 +1,3 @@
// xfail-stage0
fn f() {
auto x = 10;

View File

@ -1,4 +1,3 @@
// xfail-stage0
// -*- rust -*-
fn main() {