aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-04-21 17:36:10 -0700
committerPatrick Walton <[email protected]>2011-04-21 17:36:10 -0700
commitc78b73b71d82e4f428c60daee892b9d30e0e1029 (patch)
tree1722e9c80a5d71c8a6527eb52167204de6cc769c
parenttest: XFAIL lib-box on stage0. Upstream LLVM doesn't have the library reading... (diff)
downloadrust-c78b73b71d82e4f428c60daee892b9d30e0e1029.tar.xz
rust-c78b73b71d82e4f428c60daee892b9d30e0e1029.zip
test: Un-XFAIL drop-parametric-closure-with-bound-box.rs, oops.
-rw-r--r--src/test/run-pass/drop-parametric-closure-with-bound-box.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/drop-parametric-closure-with-bound-box.rs b/src/test/run-pass/drop-parametric-closure-with-bound-box.rs
index 442f8aa0..dcdc4b03 100644
--- a/src/test/run-pass/drop-parametric-closure-with-bound-box.rs
+++ b/src/test/run-pass/drop-parametric-closure-with-bound-box.rs
@@ -1,5 +1,3 @@
-// xfail-stage0
-
fn f[T](@int i, &T t) {}
fn main() {