mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-05 05:39:53 +01:00
RunContext: Uninit Member
Fix an uninitialized member in `RunContext`. Found with coverity in a downstream project.
This commit is contained in:
parent
d1e7344f16
commit
47602ac556
@ -128,7 +128,7 @@ namespace Catch {
|
||||
TestRunInfo m_runInfo;
|
||||
IMutableContext& m_context;
|
||||
TestCase const* m_activeTestCase = nullptr;
|
||||
ITracker* m_testCaseTracker;
|
||||
ITracker* m_testCaseTracker = nullptr;
|
||||
Option<AssertionResult> m_lastResult;
|
||||
|
||||
IConfigPtr m_config;
|
||||
|
Loading…
Reference in New Issue
Block a user