diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-06-25 17:52:32 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-06-25 17:55:24 -0700 |
| commit | 650dfe58a3d0b41b561d8a68924f31e93f79d4bc (patch) | |
| tree | 69b3ddde5c20ecd898ee1083686855db0bcb1c4f /src | |
| parent | c904927f73d0bf1e0775aadfdc9dc6ae65b869c4 (diff) | |
| download | rust-650dfe58a3d0b41b561d8a68924f31e93f79d4bc.tar.gz rust-650dfe58a3d0b41b561d8a68924f31e93f79d4bc.zip | |
test: Make zip-same-length no longer rely on resolve not handling shadowed modules properly
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/zip-same-length.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/run-pass/zip-same-length.rs b/src/test/run-pass/zip-same-length.rs index 9ffb564ace6..ef095dca8e9 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; |
