diff options
| author | Patrick Walton <[email protected]> | 2011-03-10 11:27:51 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-10 11:46:37 -0800 |
| commit | 7505c1fa2319adbd928847ca27f75f5a95eb7c3d (patch) | |
| tree | c45f069261fc29b146993be4041b336b18178516 /src/Makefile | |
| parent | Fix eval typo (caught by Martin Hock). (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |