From c20ea9e60af0d12ec72a503df65ba181ff8c121d Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 22 Nov 2010 17:56:45 -0800 Subject: rustc: Un-XFAIL compile-fail/arg-type-mismatch.rs. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 83a3df32..a1bbb727 100644 --- a/src/Makefile +++ b/src/Makefile @@ -544,6 +544,7 @@ TEST_XFAILS_SELF := $(filter-out \ ) \ $(addprefix test/compile-fail/, \ arg-count-mismatch.rs \ + arg-type-mismatch.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) -- cgit v1.2.3