aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-11 12:02:51 -0800
committerPatrick Walton <[email protected]>2011-03-11 12:02:51 -0800
commit37007a4d01c487a4fbd21306796a118c125a8906 (patch)
treebc92a97a3d3315ccfc42e6df75d0d1139f9c8505 /src/Makefile
parentrustc: Resolve upvars as necessary (diff)
downloadrust-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/Makefile1
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 \