mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-28 16:35:57 +00:00
Merge pull request #7129 from erickt/fix-std-path-tests
std: get std::path tests to work again
This commit is contained in:
commit
eadd83da8b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user