clang-tidy

This commit is contained in:
froejdh_e
2025-12-16 14:26:14 +01:00
parent 497b3ed00e
commit ec546bf4fb
65 changed files with 910 additions and 910 deletions

View File

@@ -20,7 +20,7 @@ TEST_CASE("Copy construct pattern") {
}
TEST_CASE("Compare patterns") {
Pattern p;
Pattern const p;
Pattern p1;
REQUIRE(p == p1);