diff options
| author | Patrick Walton <[email protected]> | 2011-04-21 17:36:10 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-04-21 17:36:10 -0700 |
| commit | c78b73b71d82e4f428c60daee892b9d30e0e1029 (patch) | |
| tree | 1722e9c80a5d71c8a6527eb52167204de6cc769c /src | |
| parent | test: XFAIL lib-box on stage0. Upstream LLVM doesn't have the library reading... (diff) | |
| download | rust-c78b73b71d82e4f428c60daee892b9d30e0e1029.tar.xz rust-c78b73b71d82e4f428c60daee892b9d30e0e1029.zip | |
test: Un-XFAIL drop-parametric-closure-with-bound-box.rs, oops.
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/drop-parametric-closure-with-bound-box.rs | 2 |
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() { |