aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-18 18:52:16 -0800
committerGraydon Hoare <[email protected]>2011-02-18 18:52:31 -0800
commitb0c7439d777bbb967be7a67fa11096aaf540fe9f (patch)
tree29230c000965a7d9598f750b4c434367fb38d620 /src/Makefile
parentFactor out the call typechecking logic so that bind can use it (diff)
downloadrust-b0c7439d777bbb967be7a67fa11096aaf540fe9f.tar.xz
rust-b0c7439d777bbb967be7a67fa11096aaf540fe9f.zip
Implement expr_put. Un-XFAIL foreach-simple.rs; iters w/o env access work.
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 c468ded0..71c9807b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -475,6 +475,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
else-if.rs \
fact.rs \
fn-lval.rs \
+ foreach-simple.rs \
fun-call-variants.rs \
fun-indirect-call.rs \
generic-derived-type.rs \