Merge pull request #7129 from erickt/fix-std-path-tests

std: get std::path tests to work again
This commit is contained in:
Graydon Hoare 2013-06-14 09:06:56 -07:00
commit eadd83da8b

View File

@ -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() {