From 3fa37eec9db68419c4197ee49ded6ccb4ee9fe35 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 9 Dec 2010 16:35:22 -0800 Subject: [PATCH] Un-XFAIL lazy-and-or.rs and operator-associativity.rs. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \