Skip to content

Commit

Permalink
[tests] adding sorting to filepaths within a call graph corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
br0kej committed Jul 29, 2024
1 parent 933dccd commit 12d99fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dedup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ impl CGCorpus {
}
}

filepaths.sort_unstable();

info!("Returning One Hop CG Corpus Struct");
let output_path = output_path.to_owned();

Expand Down

0 comments on commit 12d99fd

Please sign in to comment.