aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-05-04 15:12:35 +0100
committerJonas Schievink <[email protected]>2021-05-06 19:00:43 +0100
commitc4f9cb9b53314b584f6451908ce40bbd65453116 (patch)
tree9814e7bca96bc05dc628c478aaadcc0ab6f21c64 /crates/hir_def
parent548e5a5c29bb0b453ef170e65d45a6673d8443f1 (diff)
Update crates/hir_def/src/nameres/tests/incremental.rs
Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'crates/hir_def')
-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