[unittest] Fix missing user-provided default constructor
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 21 Feb 2019 17:18:06 +0000 (17:18 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 21 Feb 2019 17:18:06 +0000 (17:18 +0000)
commite0ccb403c2e20e22efed5d08f1ea54aba86a828d
treefd6251bb1137ba09919270aaf48425aa6445c1d6
parent9b900dc7deb248437e4a25f221b00d5621560feb
[unittest] Fix missing user-provided default constructor

error: default initialization of an object of const type 'const Pod'
without a user-provided default constructor

llvm-svn: 354602
lldb/unittests/Utility/ReproducerInstrumentationTest.cpp