diff options
| author | Graydon Hoare <[email protected]> | 2011-02-18 18:52:16 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-02-18 18:52:31 -0800 |
| commit | b0c7439d777bbb967be7a67fa11096aaf540fe9f (patch) | |
| tree | 29230c000965a7d9598f750b4c434367fb38d620 /src/Makefile | |
| parent | Factor out the call typechecking logic so that bind can use it (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |