Skip to content

Commit

Permalink
reenable test
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingSpark committed Nov 29, 2024
1 parent f98a837 commit 7d23961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/encode_corpus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ fn test_encode_corpus_files_uncompressed_our_decompressor() {

let mut failures: Vec<PathBuf> = Vec::new();
let mut files: Vec<_> = fs::read_dir("./decodecorpus_files").unwrap().collect();
//if fs::read_dir("./local_corpus_files").is_ok() {
// files.extend(fs::read_dir("./local_corpus_files").unwrap());
//}
if fs::read_dir("./local_corpus_files").is_ok() {
files.extend(fs::read_dir("./local_corpus_files").unwrap());
}

files.sort_by_key(|x| match x {
Err(_) => "".to_owned(),
Expand Down

0 comments on commit 7d23961

Please sign in to comment.