This commit is contained in:
Jorge Aparicio
2015-03-10 23:13:24 -05:00
parent b2f37554bf
commit 5b118f5ecd
17 changed files with 1168 additions and 4 deletions

View File

@@ -761,7 +761,7 @@ mod tests {
use old_io::{Truncate, Write, TimedOut, timer, process, FileNotFound};
use prelude::v1::{Ok, Err, range, drop, Some, None, Vec};
use prelude::v1::{Path, String, Reader, Writer, Clone};
use prelude::v1::{SliceExt, Str, StrExt, AsSlice, ToString, GenericPath};
use prelude::v1::{SliceExt, Str, AsSlice, ToString, GenericPath};
use old_io::fs::PathExtensions;
use old_io::timer::*;
use rt::running_on_valgrind;