move tests to where they belong

This commit is contained in:
Aleksey Kladov
2019-03-25 14:28:04 +03:00
parent e9af69d9db
commit 309716cffe
4 changed files with 32 additions and 44 deletions

View File

@@ -560,6 +560,7 @@ fn unresolved_module_diagnostics() {
//- /lib.rs
mod foo;
mod bar;
mod baz {}
//- /foo.rs
",
)