diff options
Diffstat (limited to 'crates/hir_def/src/nameres/tests')
-rw-r--r-- | crates/hir_def/src/nameres/tests/diagnostics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_def/src/nameres/tests/diagnostics.rs b/crates/hir_def/src/nameres/tests/diagnostics.rs index 679a505dc..e8e72e5ef 100644 --- a/crates/hir_def/src/nameres/tests/diagnostics.rs +++ b/crates/hir_def/src/nameres/tests/diagnostics.rs | |||
@@ -63,6 +63,7 @@ fn unresolved_extern_crate() { | |||
63 | 63 | ||
64 | #[test] | 64 | #[test] |
65 | fn extern_crate_self_as() { | 65 | fn extern_crate_self_as() { |
66 | mark::check!(extern_crate_self_as); | ||
66 | check_diagnostics( | 67 | check_diagnostics( |
67 | r" | 68 | r" |
68 | //- /lib.rs | 69 | //- /lib.rs |