Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | crates/rust-analyzer/tests/slow-tests/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/tests/slow-tests/tidy.rs b/crates/rust-analyzer/tests/slow-tests/tidy.rs index 3071da45fa..bd34a5fda8 100644 --- a/crates/rust-analyzer/tests/slow-tests/tidy.rs +++ b/crates/rust-analyzer/tests/slow-tests/tidy.rs @@ -342,7 +342,7 @@ fn check_test_attrs(path: &Path, text: &str) { // :( "hir_def/src/nameres/collector.rs", // Long sourcegen test to generate lint completions. - "ide_completion/src/tests/sourcegen.rs", + "ide_db/src/tests/sourcegen_lints.rs", // Obviously needs ignore. "ide_assists/src/handlers/toggle_ignore.rs", // See above. |