test: Make zip-same-length no longer rely on resolve not handling shadowed modules properly
This commit is contained in:
parent
c904927f73
commit
650dfe58a3
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue