std: get std::path tests to work again

This commit is contained in:
Erick Tryzelaar
2013-06-14 07:12:42 -07:00
parent 7755018074
commit f7e1daa8e3
+1
View File
@@ -947,6 +947,7 @@ pub fn extract_drive_prefix(s: &str) -> Option<(~str,~str)> {
mod tests {
use option::{None, Some};
use path::{PosixPath, WindowsPath, windows};
use str;
#[test]
fn test_double_slash_collapsing() {