From 057d6fc9f11bec2c6320bc28f5a75905d27955cf Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Tue, 15 Jul 2025 00:58:49 +0200 Subject: [PATCH] renamed subcase properly --- test/parser/if.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parser/if.cpp b/test/parser/if.cpp index a64f822..283e326 100644 --- a/test/parser/if.cpp +++ b/test/parser/if.cpp @@ -8,7 +8,7 @@ TEST_SUITE("Parser: if") { TEST_CASE("Malformed if then else (checking for memory leaks)") { - SUBCASE("Missing open paren") { + SUBCASE("Missing opening paren") { test_failing_parsing( "if x > 15) {\ return x;\