about summary refs log tree commit diff
diff options
context:
space:
mode:
-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() {