Use StringRef for className in TestCaseInfo

This commit is contained in:
Martin Hořeňovský 2021-09-27 16:10:07 +02:00
parent 21b99d6f58
commit f02c2678a1
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
14 changed files with 47 additions and 219 deletions

View file

@ -166,7 +166,7 @@ TEST_CASE("StringRef at compilation time", "[Strings][StringRef][constexpr]") {
}
}
TEST_CASE("StringRef::compare", "[Strings][StringRef]") {
TEST_CASE("StringRef::compare", "[Strings][StringRef][approvals]") {
using Catch::StringRef;
SECTION("Same length on both sides") {