From f55f46af64e545a5845a14e6157211773c24193e Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 23 Nov 2010 17:02:08 -0800 Subject: rustc: Typecheck whiles and do-whiles. Add a workaround to complex.rs pending a solution to the one-armed-if problem. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a1bbb727..0a944ec3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -545,6 +545,7 @@ TEST_XFAILS_SELF := $(filter-out \ $(addprefix test/compile-fail/, \ arg-count-mismatch.rs \ arg-type-mismatch.rs \ + while-type-error.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) -- cgit v1.2.3