aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/nameres
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir/src/nameres')
-rw-r--r--crates/ra_hir/src/nameres/tests.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_hir/src/nameres/tests.rs b/crates/ra_hir/src/nameres/tests.rs
index 78332ce7c..07b533e29 100644
--- a/crates/ra_hir/src/nameres/tests.rs
+++ b/crates/ra_hir/src/nameres/tests.rs
@@ -340,7 +340,7 @@ fn module_resolution_works_for_non_standard_filenames() {
340 340
341#[test] 341#[test]
342fn module_resolution_works_for_raw_modules() { 342fn module_resolution_works_for_raw_modules() {
343 let map = def_map_with_crate_graph( 343 let map = def_map_with_crate_graph(
344 " 344 "
345 //- /library.rs 345 //- /library.rs
346 mod r#async; 346 mod r#async;
@@ -362,7 +362,6 @@ fn module_resolution_works_for_raw_modules() {
362 ⋮crate::async 362 ⋮crate::async
363 ⋮Bar: t v 363 ⋮Bar: t v
364 "###); 364 "###);
365
366} 365}
367 366
368#[test] 367#[test]