Skip to content

Commit 11c3599

Browse files
committed
test: XFAIL lib-box on stage0. Upstream LLVM doesn't have the library reading patch yet.
1 parent 5e7336e commit 11c3599

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/run-pass/drop-parametric-closure-with-bound-box.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// xfail-stage0
2+
13
fn f[T](@int i, &T t) {}
24

35
fn main() {

src/test/run-pass/lib-box.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// xfail-stage0
2+
13
use std;
24
import std.Box;
35

0 commit comments

Comments
 (0)