From 650dfe58a3d0b41b561d8a68924f31e93f79d4bc Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 25 Jun 2012 17:52:32 -0700 Subject: [PATCH] test: Make zip-same-length no longer rely on resolve not handling shadowed modules properly --- src/test/run-pass/zip-same-length.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/run-pass/zip-same-length.rs b/src/test/run-pass/zip-same-length.rs index 9ffb564ace65..ef095dca8e9c 100644 --- a/src/test/run-pass/zip-same-length.rs +++ b/src/test/run-pass/zip-same-length.rs @@ -3,8 +3,7 @@ use std; import uint; import u8; - -import vec::*; +import vec::{head, is_not_empty, last, same_length, zip}; fn enum_chars(start: u8, end: u8) -> [char] { assert start < end;