From 3722326cd7dddf367edee4adf44fc3da89955428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Thu, 13 Jan 2011 18:02:54 -0500 Subject: Add or enable some tests. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 3c977092..eac87bfd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -445,6 +445,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ import2.rs \ import3.rs \ import4.rs \ + import5.rs \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ @@ -483,6 +484,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ arg-type-mismatch.rs \ import.rs \ import2.rs \ + import3.rs \ while-type-error.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) -- cgit v1.2.3