test: XFAIL lib-box on stage0. Upstream LLVM doesn't have the library reading patch yet.
This commit is contained in:
parent
5e7336ec0d
commit
11c359962e
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// xfail-stage0
|
||||
|
||||
fn f[T](@int i, &T t) {}
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// xfail-stage0
|
||||
|
||||
use std;
|
||||
import std.Box;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue