1
Fork 0

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

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