aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-21 08:25:13 -0800
committerGraydon Hoare <[email protected]>2011-01-21 08:25:13 -0800
commit51542b279fcae0f740a76b631ce0fbcdf4c7cf5e (patch)
treef20d9b943ff4aebef3a212a3e28571f3472dbe8a /src/Makefile
parentFirst cut of trans_for. (diff)
downloadrust-51542b279fcae0f740a76b631ce0fbcdf4c7cf5e.tar.xz
rust-51542b279fcae0f740a76b631ce0fbcdf4c7cf5e.zip
Fix bug in trans_for, un-XFAIL linear-for-loop.rs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0e039d65..4f27b434 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -456,6 +456,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
large-records.rs \
lazy-init.rs \
lazy-and-or.rs \
+ linear-for-loop.rs \
multiline-comment.rs \
obj-drop.rs \
obj-recursion.rs \