[llvm] r229021 - Fix the build, I forgot to check that UnitTests still built.
Zachary Turner
zturner at google.com
Thu Feb 12 17:39:22 PST 2015
Author: zturner
Date: Thu Feb 12 19:39:22 2015
New Revision: 229021
URL: http://llvm.org/viewvc/llvm-project?rev=229021&view=rev
Log:
Fix the build, I forgot to check that UnitTests still built.
Modified:
llvm/trunk/unittests/DebugInfo/PDB/PDBApiTest.cpp
Modified: llvm/trunk/unittests/DebugInfo/PDB/PDBApiTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/DebugInfo/PDB/PDBApiTest.cpp?rev=229021&r1=229020&r2=229021&view=diff
==============================================================================
--- llvm/trunk/unittests/DebugInfo/PDB/PDBApiTest.cpp (original)
+++ llvm/trunk/unittests/DebugInfo/PDB/PDBApiTest.cpp Thu Feb 12 19:39:22 2015
@@ -272,6 +272,9 @@ public:
MOCK_SYMBOL_ACCESSOR(isVirtualBaseClass)
MOCK_SYMBOL_ACCESSOR(isVirtualInheritance)
MOCK_SYMBOL_ACCESSOR(isVolatileType)
+ MOCK_SYMBOL_ACCESSOR(getValue)
+ MOCK_SYMBOL_ACCESSOR(wasInlined)
+ MOCK_SYMBOL_ACCESSOR(getUnused)
private:
PDB_SymType Type;
More information about the llvm-commits
mailing list