about summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2010-12-09 16:35:22 -0800
committerGraydon Hoare <graydon@mozilla.com>2010-12-09 16:35:22 -0800
commit3fa37eec9db68419c4197ee49ded6ccb4ee9fe35 (patch)
tree8c0f5c026b7877cf3f7372f6dc85a674f4a76672 /src/Makefile
parent9ee3475e09c8fce81b5b06365a7f70d029a80155 (diff)
downloadrust-3fa37eec9db68419c4197ee49ded6ccb4ee9fe35.tar.gz
rust-3fa37eec9db68419c4197ee49ded6ccb4ee9fe35.zip
Un-XFAIL lazy-and-or.rs and operator-associativity.rs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 150221c8a57..768d89d9473 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 \