diff options
| author | Graydon Hoare <[email protected]> | 2010-08-04 13:44:09 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-04 13:44:22 -0700 |
| commit | 815424c2ec96f461ea10a91d9955071271c5c64f (patch) | |
| tree | 84f25ec0a71efc717392364513179db64a0db301 /src/Makefile | |
| parent | Add a buffered writer to stdlib _io module. (diff) | |
| download | rust-815424c2ec96f461ea10a91d9955071271c5c64f.tar.xz rust-815424c2ec96f461ea10a91d9955071271c5c64f.zip | |
Fix pexp parser to do left-associativity, not right. Closes #130.
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 afea1af3..67415989 100644 --- a/src/Makefile +++ b/src/Makefile @@ -489,6 +489,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ obj-recursion.rs \ obj-return-polytypes.rs \ obj-with-vec.rs \ + operator-associativity.rs \ output-slot-variants.rs \ pred.rs \ preempt.rs \ |