diff options
| author | Graydon Hoare <[email protected]> | 2010-12-09 16:35:22 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-09 16:35:22 -0800 |
| commit | 3fa37eec9db68419c4197ee49ded6ccb4ee9fe35 (patch) | |
| tree | 8c0f5c026b7877cf3f7372f6dc85a674f4a76672 /src/Makefile | |
| parent | Rewrite second pass of collect_item_types to use fold, therefore process all ... (diff) | |
| download | rust-3fa37eec9db68419c4197ee49ded6ccb4ee9fe35.tar.xz rust-3fa37eec9db68419c4197ee49ded6ccb4ee9fe35.zip | |
Un-XFAIL lazy-and-or.rs and operator-associativity.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 150221c8..768d89d9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -542,7 +542,9 @@ TEST_XFAILS_SELF := $(filter-out \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ + lazy-and-or.rs \ multiline-comment.rs \ + operator-associativity.rs \ output-slot-variants.rs \ readalias.rs \ rec.rs \ |