about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2011-04-21 17:36:10 -0700
committerPatrick Walton <pcwalton@mimiga.net>2011-04-21 17:36:10 -0700
commitc78b73b71d82e4f428c60daee892b9d30e0e1029 (patch)
tree1722e9c80a5d71c8a6527eb52167204de6cc769c
parent11c359962ecabc4082e48eacddc823e3e7a377e7 (diff)
downloadrust-c78b73b71d82e4f428c60daee892b9d30e0e1029.tar.gz
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 442f8aa0c75..dcdc4b035ab 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() {