Initialize `TestTool::m_formatted`.

This commit is contained in:
Daniel Kirchner 2018-08-07 21:23:01 +02:00
parent a6df7b1fb8
commit 967bb6d999

View File

@ -88,7 +88,7 @@ private:
Request handleResponse(bool const _exception);
TestCase::TestCaseCreator m_testCaseCreator;
bool const m_formatted;
bool const m_formatted = false;
string const m_name;
fs::path const m_path;
unique_ptr<TestCase> m_test;