From 59c86ff30099f4aaac084e19637889e8fe0a3dbe Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 9 Oct 2021 16:28:11 +0300 Subject: [PATCH] rename --- crates/hir_def/src/macro_expansion_tests/mbe.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/hir_def/src/macro_expansion_tests/mbe.rs b/crates/hir_def/src/macro_expansion_tests/mbe.rs index 32ecd7a4ea2..bb39dd44926 100644 --- a/crates/hir_def/src/macro_expansion_tests/mbe.rs +++ b/crates/hir_def/src/macro_expansion_tests/mbe.rs @@ -48,7 +48,7 @@ macro_rules! m { } #[test] -fn tries_all_branches_matching_first_token_literally() { +fn match_by_first_token_literally() { check( r#" macro_rules! m { @@ -74,7 +74,7 @@ struct Baz; } #[test] -fn tries_all_branches_matching_last_token_literally() { +fn match_by_last_token_literally() { check( r#" macro_rules! m { @@ -100,7 +100,7 @@ struct Baz; } #[test] -fn tries_all_branches_matching_ident() { +fn match_by_ident() { check( r#" macro_rules! m {