aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir_def/src/nameres/tests.rs')
-rw-r--r--crates/ra_hir_def/src/nameres/tests.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/ra_hir_def/src/nameres/tests.rs b/crates/ra_hir_def/src/nameres/tests.rs
index f9a8edd43..52bd0aa91 100644
--- a/crates/ra_hir_def/src/nameres/tests.rs
+++ b/crates/ra_hir_def/src/nameres/tests.rs
@@ -8,7 +8,7 @@ use std::sync::Arc;
8 8
9use insta::assert_snapshot; 9use insta::assert_snapshot;
10use ra_db::{fixture::WithFixture, SourceDatabase}; 10use ra_db::{fixture::WithFixture, SourceDatabase};
11// use test_utils::covers; 11use test_utils::covers;
12 12
13use crate::{db::DefDatabase2, nameres::*, test_db::TestDB, CrateModuleId}; 13use crate::{db::DefDatabase2, nameres::*, test_db::TestDB, CrateModuleId};
14 14
@@ -104,7 +104,7 @@ fn crate_def_map_smoke_test() {
104 104
105#[test] 105#[test]
106fn bogus_paths() { 106fn bogus_paths() {
107 // covers!(bogus_paths); 107 covers!(bogus_paths);
108 let map = def_map( 108 let map = def_map(
109 " 109 "
110 //- /lib.rs 110 //- /lib.rs
@@ -219,7 +219,7 @@ fn re_exports() {
219 219
220#[test] 220#[test]
221fn std_prelude() { 221fn std_prelude() {
222 // covers!(std_prelude); 222 covers!(std_prelude);
223 let map = def_map( 223 let map = def_map(
224 " 224 "
225 //- /main.rs crate:main deps:test_crate 225 //- /main.rs crate:main deps:test_crate
@@ -243,7 +243,7 @@ fn std_prelude() {
243 243
244#[test] 244#[test]
245fn can_import_enum_variant() { 245fn can_import_enum_variant() {
246 // covers!(can_import_enum_variant); 246 covers!(can_import_enum_variant);
247 let map = def_map( 247 let map = def_map(
248 " 248 "
249 //- /lib.rs 249 //- /lib.rs