From f7e1daa8e32a2b599df24bb7d0aad4c8f5aa7925 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Fri, 14 Jun 2013 07:12:42 -0700 Subject: [PATCH] std: get std::path tests to work again --- src/libstd/path.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstd/path.rs b/src/libstd/path.rs index abe902dec0b..400657d0c25 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -947,6 +947,7 @@ pub mod windows { mod tests { use option::{None, Some}; use path::{PosixPath, WindowsPath, windows}; + use str; #[test] fn test_double_slash_collapsing() {