Test: Fix memory leak when adding a test case

This commit is contained in:
Riyyi
2022-01-24 00:29:50 +01:00
parent a8e73063ee
commit 817b898b28
+1 -1
View File
@@ -14,7 +14,7 @@
() \ () \
{ \ { \
Test::TestSuite::the().addCase( \ Test::TestSuite::the().addCase( \
*new Test::TestCase(#x, __TEST_CASE_FUNCTION(x))); \ { #x, __TEST_CASE_FUNCTION(x) }); \
} \ } \
}; \ }; \
static struct __TEST_CASE_STRUCT(x) __TEST_CASE_STRUCT(x); \ static struct __TEST_CASE_STRUCT(x) __TEST_CASE_STRUCT(x); \