Reverted test removal from (dfcbaed)

This commit is contained in:
Andrés N. Robalino
2019-08-14 15:55:26 -05:00
parent 154063013f
commit 121237ee4b
2 changed files with 24 additions and 4 deletions

View File

@ -150,7 +150,6 @@ impl Playground {
self
}
pub fn glob_vec(pattern: &str) -> Vec<PathBuf> {
glob(pattern).unwrap().map(|r| r.unwrap()).collect()
}