mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Update TestTestRunner.cpp to remove warning "error: member ‘{anonymous}::FixtureBase::reporter’ is used uninitialized"
This commit is contained in:
parent
10e50ad70c
commit
3448cca0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -60,8 +60,8 @@ namespace
|
|||
return result;
|
||||
}
|
||||
|
||||
TestRunner runner;
|
||||
RecordingReporter reporter;
|
||||
TestRunner runner;
|
||||
};
|
||||
|
||||
struct TestRunnerFixture : public FixtureBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue