10000 Update TestTestRunner.cpp to remove warning "error: member ‘{anonymou… · unittest-cpp/unittest-cpp@3448cca · GitHub
[go: up one dir, main page]

Skip to content

Commit 3448cca

Browse files
Update TestTestRunner.cpp to remove warning "error: member ‘{anonymous}::FixtureBase::reporter’ is used uninitialized"
1 parent 10e50ad commit 3448cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestTestRunner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ namespace
6060
return result;
6161
}
6262

63-
TestRunner runner;
6463
RecordingReporter reporter;
64+
TestRunner runner;
6565
};
6666

6767
struct TestRunnerFixture : public FixtureBase

0 commit comments

Comments
 (0)
0