Skip to content

Commit

Permalink
adjust to upstream change
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Feb 23, 2024
1 parent ccd8a92 commit 751866b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/compiletest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ fn find_tests_in_dir(
config: Arc<Config>,
dir: &Path,
relative_dir_path: &Path,
found_paths: &mut BTreeSet<PathBuf>,
found_paths: &mut HashSet<PathBuf>,
modified_tests: &Vec<PathBuf>,
on_test_found: &mut dyn FnMut(&TestPaths),
) -> io::Result<()> {
Expand Down

0 comments on commit 751866b

Please sign in to comment.