From 5955e23343e606daf0341cb7ea66b8b436868ba6 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Sun, 21 Nov 2010 01:16:16 -0800 Subject: Typecheck assignment exprs, redo decl checking, propagate ty_vars. Enable another test. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 8afe0d45..bcf16f57 100644 --- a/src/Makefile +++ b/src/Makefile @@ -525,6 +525,7 @@ TEST_XFAILS_SELF := $(filter-out \ hello.rs \ int.rs \ item-name-overload.rs \ + lazy-init.rs \ multiline-comment.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) -- cgit v1.2.3