Skip to content

Commit 650dfe5

Browse files
committed
test: Make zip-same-length no longer rely on resolve not handling shadowed modules properly
1 parent c904927 commit 650dfe5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/run-pass/zip-same-length.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
use std;
44
import uint;
55
import u8;
6-
7-
import vec::*;
6+
import vec::{head, is_not_empty, last, same_length, zip};
87

98
fn enum_chars(start: u8, end: u8) -> [char] {
109
assert start < end;

0 commit comments

Comments
 (0)