diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-08 03:23:01 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-08 03:23:01 +0800 |
commit | 967bb6d999c0b6f7a33799825aac9ab833bf22c9 (patch) | |
tree | f90aae8b7362bb7ca7ba47582ce215e4e3835a4c /test | |
parent | a6df7b1fb8109cb2cc99708abcfa440f0ad820d4 (diff) | |
download | dexon-solidity-967bb6d999c0b6f7a33799825aac9ab833bf22c9.tar.gz dexon-solidity-967bb6d999c0b6f7a33799825aac9ab833bf22c9.tar.zst dexon-solidity-967bb6d999c0b6f7a33799825aac9ab833bf22c9.zip |
Initialize ``TestTool::m_formatted``.
Diffstat (limited to 'test')
-rw-r--r-- | test/tools/isoltest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/isoltest.cpp b/test/tools/isoltest.cpp index 6b2d886c..ad6b456d 100644 --- a/test/tools/isoltest.cpp +++ b/test/tools/isoltest.cpp @@ -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; |