Skip to content

Commit eadd83d

Browse files
committed
Merge pull request #7129 from erickt/fix-std-path-tests
std: get std::path tests to work again
2 parents 7755018 + f7e1daa commit eadd83d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/path.rs

+1
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ pub mod windows {
947947
mod tests {
948948
use option::{None, Some};
949949
use path::{PosixPath, WindowsPath, windows};
950+
use str;
950951

951952
#[test]
952953
fn test_double_slash_collapsing() {

0 commit comments

Comments
 (0)