test: Make zip-same-length no longer rely on resolve not handling shadowed modules properly

This commit is contained in:
Patrick Walton 2012-06-25 17:52:32 -07:00
parent c904927f73
commit 650dfe58a3

View File

@ -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;