mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Initialize `TestTool::m_formatted
`.
This commit is contained in:
parent
a6df7b1fb8
commit
967bb6d999
@ -88,7 +88,7 @@ private:
|
|||||||
Request handleResponse(bool const _exception);
|
Request handleResponse(bool const _exception);
|
||||||
|
|
||||||
TestCase::TestCaseCreator m_testCaseCreator;
|
TestCase::TestCaseCreator m_testCaseCreator;
|
||||||
bool const m_formatted;
|
bool const m_formatted = false;
|
||||||
string const m_name;
|
string const m_name;
|
||||||
fs::path const m_path;
|
fs::path const m_path;
|
||||||
unique_ptr<TestCase> m_test;
|
unique_ptr<TestCase> m_test;
|
||||||
|
Loading…
Reference in New Issue
Block a user