Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/tests/incremental.rs')
-rw-r--r--crates/hir-ty/src/tests/incremental.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/hir-ty/src/tests/incremental.rs b/crates/hir-ty/src/tests/incremental.rs
index 6ac260ac76..a055ef879d 100644
--- a/crates/hir-ty/src/tests/incremental.rs
+++ b/crates/hir-ty/src/tests/incremental.rs
@@ -353,6 +353,7 @@ impl SomeStruct {
"impl_self_ty_with_diagnostics_shim".to_owned(),
"struct_signature_shim".to_owned(),
"struct_signature_with_source_map_shim".to_owned(),
+ "attrs_shim".to_owned(),
"type_for_adt_tracked".to_owned(),
];
@@ -442,6 +443,6 @@ fn main() {
let _inference_result = db.infer(def);
}
});
- assert!(format!("{events:?}").contains("trait_solve_shim"))
+ assert!(!format!("{events:?}").contains("trait_solve_shim"))
}
}