diff options
| author | Zachary Turner <zturner@google.com> | 2015-02-13 01:39:22 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-02-13 01:39:22 +0000 |
| commit | 00dbc753dbf3dd716fc4a980e0cd63718dad5b7e (patch) | |
| tree | 7cc3ba9931b0015cbe5368e276c62e722d7bcadc /llvm/unittests/DebugInfo | |
| parent | c8f810a017b7ae75760c36dcd5b669d831bf900f (diff) | |
| download | bcm5719-llvm-00dbc753dbf3dd716fc4a980e0cd63718dad5b7e.tar.gz bcm5719-llvm-00dbc753dbf3dd716fc4a980e0cd63718dad5b7e.zip | |
Fix the build, I forgot to check that UnitTests still built.
llvm-svn: 229021
Diffstat (limited to 'llvm/unittests/DebugInfo')
| -rw-r--r-- | llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp index 921ae87f57f..7cee8b9ad90 100644 --- a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp +++ b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp @@ -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; |

