mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Fix broken test is deleted comment
This commit is contained in:
@@ -57,7 +57,7 @@ fn install_tests(tests: &HashMap<String, Test>, into: &str, mode: Mode) -> Resul
|
||||
// ok is never actually read, but it needs to be specified to create a Test in existing_tests
|
||||
let existing = existing_tests(&tests_dir, true)?;
|
||||
for t in existing.keys().filter(|&t| !tests.contains_key(t)) {
|
||||
// panic!("Test is deleted: {}", t);
|
||||
panic!("Test is deleted: {}", t);
|
||||
}
|
||||
|
||||
let mut new_idx = existing.len() + 1;
|
||||
|
||||
Reference in New Issue
Block a user