diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 12:11:24 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 12:11:24 -0800 |
| commit | 2ef57287229218466f87ea99c20f9a16f889e1c7 (patch) | |
| tree | 59795568cab0ca8faa543ad192656a89d134b268 /src | |
| parent | Un-XFAIL test/run-pass/foreach-nested.rs and test/run-pass/foreach-nested-2.rs (diff) | |
| download | rust-2ef57287229218466f87ea99c20f9a16f889e1c7.tar.xz rust-2ef57287229218466f87ea99c20f9a16f889e1c7.zip | |
rustc: Un-XFAIL generic-iter-frame.rs
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index daf53dd0..e8cf5d19 100644 --- a/src/Makefile +++ b/src/Makefile @@ -451,7 +451,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ destructor-ordering.rs \ foreach-put-structured.rs \ foreach-simple-outer-slot.rs \ - generic-iter-frame.rs \ iter-ret.rs \ lazychan.rs \ lib-bitv.rs \ |