Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-diagnostics/src/tests/overly_long_real_world_cases.rs')
-rw-r--r--crates/ide-diagnostics/src/tests/overly_long_real_world_cases.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide-diagnostics/src/tests/overly_long_real_world_cases.rs b/crates/ide-diagnostics/src/tests/overly_long_real_world_cases.rs
index 301613e920..34cf80a85b 100644
--- a/crates/ide-diagnostics/src/tests/overly_long_real_world_cases.rs
+++ b/crates/ide-diagnostics/src/tests/overly_long_real_world_cases.rs
@@ -2729,6 +2729,7 @@ tracing::error!();
"unresolved-macro-call",
"syntax-error",
"macro-error",
+ "inactive_code",
],
);
}