tests: restructure them

This is in preparation to rewrite the tests.
This commit is contained in:
Andrew Gallant 2019-05-05 10:34:04 -04:00
parent 5d16163ce6
commit 011973f170
2 changed files with 2 additions and 1 deletions

1
src/tests/mod.rs Normal file
View File

@ -0,0 +1 @@
mod old;

View File

@ -7,7 +7,7 @@ use std::io;
use std::path::{Path, PathBuf};
use std::collections::HashMap;
use super::{DirEntry, WalkDir, IntoIter, Error, ErrorInner};
use {DirEntry, WalkDir, IntoIter, Error, ErrorInner};
#[derive(Clone, Debug, Eq, Ord, PartialEq, PartialOrd)]
enum Tree {