aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-10 11:27:51 -0800
committerPatrick Walton <[email protected]>2011-03-10 11:46:37 -0800
commit7505c1fa2319adbd928847ca27f75f5a95eb7c3d (patch)
treec45f069261fc29b146993be4041b336b18178516 /src/Makefile
parentFix eval typo (caught by Martin Hock). (diff)
downloadrust-7505c1fa2319adbd928847ca27f75f5a95eb7c3d.tar.xz
rust-7505c1fa2319adbd928847ca27f75f5a95eb7c3d.zip
rustc: Run cleanups on while expressions' condition blocks. Un-XFAIL while-prelude-drop.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 0bddc0de..fa4ddd20 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -513,7 +513,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
vec-alloc-append.rs \
vec-append.rs \
vec-slice.rs \
- while-prelude-drop.rs \
while-with-break.rs \
yield.rs \
yield2.rs \