diff options
author | Alexander Andreev <[email protected]> | 2019-07-03 20:17:43 +0100 |
---|---|---|
committer | Alexander Andreev <[email protected]> | 2019-07-03 20:17:43 +0100 |
commit | 6263aa13d0eed983827d14fa39bf6490eb27e7a5 (patch) | |
tree | be97bd1d253de1e419dc431e4d133dfc73854b71 /crates/ra_hir/src/nameres | |
parent | 02e9e46ed6443f053d2c22335ff57f98d5f64f05 (diff) |
Fixed request changes
Diffstat (limited to 'crates/ra_hir/src/nameres')
-rw-r--r-- | crates/ra_hir/src/nameres/tests.rs | 3 |
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] |
342 | fn module_resolution_works_for_raw_modules() { | 342 | fn 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] |