aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres/tests/incremental.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/hir_def/src/nameres/tests/incremental.rs')
-rw-r--r--crates/hir_def/src/nameres/tests/incremental.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/src/nameres/tests/incremental.rs b/crates/hir_def/src/nameres/tests/incremental.rs
index 747407ec7..227ecd162 100644
--- a/crates/hir_def/src/nameres/tests/incremental.rs
+++ b/crates/hir_def/src/nameres/tests/incremental.rs
@@ -107,7 +107,7 @@ fn typing_inside_a_macro_should_not_invalidate_def_map() {
107} 107}
108 108
109#[test] 109#[test]
110fn typing_inside_a_function_doe_should_not_invalidate_expansions() { 110fn typing_inside_a_function_should_not_invalidate_expansions() {
111 let (mut db, pos) = TestDB::with_position( 111 let (mut db, pos) = TestDB::with_position(
112 r#" 112 r#"
113//- /lib.rs 113//- /lib.rs