Remove use (which broke the build)

This commit is contained in:
Jonathan 2018-04-29 13:21:25 -03:00 committed by David Peter
parent f01685c63f
commit 409cf0c7a1

View file

@ -1005,9 +1005,6 @@ fn test_invalid_utf8() {
/// (--size)
#[test]
fn test_size() {
use std::ffi::OsStr;
use std::os::unix::ffi::OsStrExt;
let dirs = &["test1", "test2"];
let files = &["test1/a.foo", "test1/b.foo", "test1/c.foo"];
let te = TestEnv::new(dirs, files);