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_ty/src/tests/simple.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/hir_ty/src/tests/simple.rs') diff --git a/crates/hir_ty/src/tests/simple.rs b/crates/hir_ty/src/tests/simple.rs index 2947857a5..f5069eba5 100644 --- a/crates/hir_ty/src/tests/simple.rs +++ b/crates/hir_ty/src/tests/simple.rs @@ -1,5 +1,4 @@ use expect_test::expect; -use test_utils::mark; use super::{check_infer, check_types}; @@ -2314,7 +2313,7 @@ fn generic_default_depending_on_other_type_arg_forward() { #[test] fn infer_operator_overload() { - mark::check!(infer_expr_inner_binary_operator_overload); + cov_mark::check!(infer_expr_inner_binary_operator_overload); check_infer( r#" -- cgit v1.2.3