diff options
author | Aleksey Kladov <[email protected]> | 2019-03-25 11:28:04 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-03-25 11:29:24 +0000 |
commit | 309716cffe93d065bcad0344b0f332425576c1e5 (patch) | |
tree | e4d602a1548ea7e0ebe565f9ff5c702b9e153a8e /crates/ra_hir/src/nameres | |
parent | e9af69d9db8856d79f0da7ae7da66169cc225aac (diff) |
move tests to where they belong
Diffstat (limited to 'crates/ra_hir/src/nameres')
-rw-r--r-- | crates/ra_hir/src/nameres/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/src/nameres/tests.rs b/crates/ra_hir/src/nameres/tests.rs index 277b0757c..572bd1bf7 100644 --- a/crates/ra_hir/src/nameres/tests.rs +++ b/crates/ra_hir/src/nameres/tests.rs | |||
@@ -560,6 +560,7 @@ fn unresolved_module_diagnostics() { | |||
560 | //- /lib.rs | 560 | //- /lib.rs |
561 | mod foo; | 561 | mod foo; |
562 | mod bar; | 562 | mod bar; |
563 | mod baz {} | ||
563 | //- /foo.rs | 564 | //- /foo.rs |
564 | ", | 565 | ", |
565 | ) | 566 | ) |