diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 12:02:51 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 12:02:51 -0800 |
| commit | 37007a4d01c487a4fbd21306796a118c125a8906 (patch) | |
| tree | bc92a97a3d3315ccfc42e6df75d0d1139f9c8505 /src/Makefile | |
| parent | rustc: Resolve upvars as necessary (diff) | |
| download | rust-37007a4d01c487a4fbd21306796a118c125a8906.tar.xz rust-37007a4d01c487a4fbd21306796a118c125a8906.zip | |
rustc: Populate the upvar environment when calling iterator bodies. Un-XFAIL test/run-pass/iter-range.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 21366b6b..ccb09990 100644 --- a/src/Makefile +++ b/src/Makefile @@ -454,7 +454,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ foreach-put-structured.rs \ foreach-simple-outer-slot.rs \ generic-iter-frame.rs \ - iter-range.rs \ iter-ret.rs \ lazychan.rs \ lib-bitv.rs \ |