test: XFAIL lib-box on stage0. Upstream LLVM doesn't have the library reading patch yet.

This commit is contained in:
Patrick Walton 2011-04-21 17:35:25 -07:00
parent 5e7336ec0d
commit 11c359962e
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// xfail-stage0
fn f[T](@int i, &T t) {}
fn main() {

View File

@ -1,3 +1,5 @@
// xfail-stage0
use std;
import std.Box;