From fc9eed4836dfc88fe2893c81b015ab440cea2ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 8 Mar 2021 22:19:44 +0200 Subject: Use upstream cov-mark --- crates/hir_def/src/body/tests.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/hir_def/src/body/tests.rs') diff --git a/crates/hir_def/src/body/tests.rs b/crates/hir_def/src/body/tests.rs index bb43569d7..991a32b15 100644 --- a/crates/hir_def/src/body/tests.rs +++ b/crates/hir_def/src/body/tests.rs @@ -2,7 +2,6 @@ mod block; use base_db::{fixture::WithFixture, SourceDatabase}; use expect_test::Expect; -use test_utils::mark; use crate::{test_db::TestDB, ModuleDefId}; @@ -48,7 +47,7 @@ fn check_at(ra_fixture: &str, expect: Expect) { #[test] fn your_stack_belongs_to_me() { - mark::check!(your_stack_belongs_to_me); + cov_mark::check!(your_stack_belongs_to_me); lower( " macro_rules! n_nuple { -- cgit v1.2.3