diff options
| author | Ted Horst <ted.horst@earthlink.net> | 2013-05-23 15:06:29 -0500 |
|---|---|---|
| committer | Ted Horst <ted.horst@earthlink.net> | 2013-05-23 15:06:29 -0500 |
| commit | 34cfd2183b1d46ccec97691870a3bcceee5ee367 (patch) | |
| tree | 4f2fc889423e27ba3956a42bf103d36e30582492 /src/librustpkg | |
| parent | 6e2b082adc84c22ea3b023f4f08d7b21857fc399 (diff) | |
| download | rust-34cfd2183b1d46ccec97691870a3bcceee5ee367.tar.gz rust-34cfd2183b1d46ccec97691870a3bcceee5ee367.zip | |
more testing fallout from core->std/std->extra move
Diffstat (limited to 'src/librustpkg')
| -rw-r--r-- | src/librustpkg/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs index 2574ba4e762..55bc302d9a1 100644 --- a/src/librustpkg/tests.rs +++ b/src/librustpkg/tests.rs @@ -13,6 +13,7 @@ use context::Ctx; use core::hashmap::HashMap; use core::path::Path; +use core::prelude::*; use std::tempfile::mkdtemp; use util::{PkgId, default_version}; use path_util::{target_executable_in_workspace, target_library_in_workspace, |
