renamed subcase properly

This commit is contained in:
Karma Riuk
2025-07-15 00:58:49 +02:00
parent 0b2a12cef7
commit 057d6fc9f1

View File

@@ -8,7 +8,7 @@
TEST_SUITE("Parser: if") { TEST_SUITE("Parser: if") {
TEST_CASE("Malformed if then else (checking for memory leaks)") { TEST_CASE("Malformed if then else (checking for memory leaks)") {
SUBCASE("Missing open paren") { SUBCASE("Missing opening paren") {
test_failing_parsing( test_failing_parsing(
"if x > 15) {\ "if x > 15) {\
return x;\ return x;\