diff options
Diffstat (limited to 'lldb/unittests/Expression/DWARFExpressionTest.cpp')
-rw-r--r-- | lldb/unittests/Expression/DWARFExpressionTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/unittests/Expression/DWARFExpressionTest.cpp b/lldb/unittests/Expression/DWARFExpressionTest.cpp index 3008fc0..5a5d3ab 100644 --- a/lldb/unittests/Expression/DWARFExpressionTest.cpp +++ b/lldb/unittests/Expression/DWARFExpressionTest.cpp @@ -125,8 +125,8 @@ public: } private: - RegisterInfo m_reg_info; - RegisterValue m_reg_value; + RegisterInfo m_reg_info{}; + RegisterValue m_reg_value{}; }; } // namespace |