Skip to content

Commit 751866b

Browse files
committed
adjust to upstream change
See rust-lang/rust#120273
1 parent ccd8a92 commit 751866b

File tree

1 file changed

+1
-1
lines changed
  • src/tools/compiletest/src

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ fn find_tests_in_dir(
679679
config: Arc<Config>,
680680
dir: &Path,
681681
relative_dir_path: &Path,
682-
found_paths: &mut BTreeSet<PathBuf>,
682+
found_paths: &mut HashSet<PathBuf>,
683683
modified_tests: &Vec<PathBuf>,
684684
on_test_found: &mut dyn FnMut(&TestPaths),
685685
) -> io::Result<()> {

0 commit comments

Comments
 (0)