about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorErick Tryzelaar <erick.tryzelaar@gmail.com>2013-06-14 07:12:42 -0700
committerErick Tryzelaar <erick.tryzelaar@gmail.com>2013-06-14 07:13:32 -0700
commitf7e1daa8e32a2b599df24bb7d0aad4c8f5aa7925 (patch)
treedc120dd6f1a8910e40adea3008fcde51fd6664da /src/libstd
parent7755018074a7802e47ae61f69f5e2b5364a12eb8 (diff)
downloadrust-f7e1daa8e32a2b599df24bb7d0aad4c8f5aa7925.tar.gz
rust-f7e1daa8e32a2b599df24bb7d0aad4c8f5aa7925.zip
std: get std::path tests to work again
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/path.rs1
1 files changed, 1 insertions, 0 deletions
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() {