diff options
| author | Graydon Hoare <[email protected]> | 2010-07-22 12:11:39 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-22 12:11:39 -0700 |
| commit | c96634af4b17eb4c92df8c3b38e6ed74cfcf9628 (patch) | |
| tree | 6f949a3b5a8a5dc2a2f3fdfdc108f68d377dd84a /src/Makefile | |
| parent | Fix simple generic type parameters in LLVM. (diff) | |
| download | rust-c96634af4b17eb4c92df8c3b38e6ed74cfcf9628.tar.xz rust-c96634af4b17eb4c92df8c3b38e6ed74cfcf9628.zip | |
Fix mem op= mem bug in trans.ml (via not terribly good fix). Closes #111.
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 25e22a0c..9d6eed19 100644 --- a/src/Makefile +++ b/src/Makefile @@ -429,6 +429,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ generic-tag.rs \ import.rs \ inner-module.rs \ + iter-range.rs \ large-records.rs \ lazy-and-or.rs \ lazy-init.rs \ |