We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c66ac2 commit 8d3790dCopy full SHA for 8d3790d
2 files changed
src/test_lib_json/jsontest.cpp
@@ -304,6 +304,11 @@ TestCase::TestCase()
304
}
305
306
307
+TestCase::~TestCase()
308
+{
309
+}
310
+
311
312
void
313
TestCase::run( TestResult &result )
314
{
src/test_lib_json/jsontest.h
@@ -110,6 +110,8 @@ namespace JsonTest {
110
public:
111
TestCase();
112
113
+ virtual ~TestCase();
114
115
void run( TestResult &result );
116
117
virtual const char *testName() const = 0;
0 commit comments