mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
std: get std::path tests to work again
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user