From 34643eeac83991d8f50d829218291e0592746241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Tue, 11 Jan 2011 14:19:53 -0500 Subject: Fix another import case we got wrong: The local environment should not interfere with the import statements. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 2909882e..11b63f54 100644 --- a/src/Makefile +++ b/src/Makefile @@ -443,6 +443,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ i8-incr.rs \ import2.rs \ import3.rs \ + import4.rs \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ -- cgit v1.2.3