summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/unittests/Utility/ReproducerInstrumentationTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp b/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
index ec708f6e6ca..4f634ce2385 100644
--- a/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
+++ b/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
@@ -41,6 +41,8 @@ struct Pod {
unsigned long long k = 7;
unsigned long l = 8;
unsigned short m = 9;
+
+ Pod() {}
};
class TestingRegistry : public Registry {
OpenPOWER on IntegriCloud