From 86ab0981ec7b7deb315373793343a62ba9e5e151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Sat, 28 Sep 2024 16:28:43 +0200 Subject: [PATCH] range_is_any test fixup --- test/compiling_tests_14.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compiling_tests_14.cpp b/test/compiling_tests_14.cpp index b8bac6d..6c4e14e 100644 --- a/test/compiling_tests_14.cpp +++ b/test/compiling_tests_14.cpp @@ -4107,7 +4107,7 @@ TEST_CASE_METHOD( TEST_CASE_METHOD( Fixture, - "C++14: mismatching elements of a vector tested with matcher range_is_none are reported", + "C++14: mismatching elements of a vector tested with matcher range_is_any are reported", "[C++14][matching][matchers][range_is_any]" ) {