test: Make zip-same-length no longer rely on resolve not handling shadowed modules properly
This commit is contained in:
parent
c904927f73
commit
650dfe58a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user