Un-XFAIL a few recently passing tests.
This commit is contained in:
parent
0ee997cee6
commit
928b25c9fb
@ -1,5 +1,4 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
// -*- rust -*-
|
||||
|
||||
type compare[T] = fn(&T t1, &T t2) -> bool;
|
||||
|
@ -1,5 +1,4 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
|
||||
fn id[T](&T t) -> T {
|
||||
ret t;
|
||||
|
@ -1,6 +1,4 @@
|
||||
|
||||
// xfail-stage0
|
||||
|
||||
fn mk() -> int {
|
||||
ret 1;
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
// xfail-stage0
|
||||
// -*- rust -*-
|
||||
|
||||
tag clam[T] {
|
||||
|
@ -1,5 +1,3 @@
|
||||
// xfail-stage0
|
||||
|
||||
fn f() {
|
||||
|
||||
auto x = 10;
|
||||
|
@ -1,4 +1,3 @@
|
||||
// xfail-stage0
|
||||
// -*- rust -*-
|
||||
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user