diff options
Diffstat (limited to 'llvm/unittests/DebugInfo/PDB')
| -rw-r--r-- | llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp index 7cee8b9ad90..629c5f8bc0e 100644 --- a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp +++ b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp @@ -90,7 +90,7 @@ public: MockRawSymbol(PDB_SymType SymType) : Type(SymType) {} - void dump(raw_ostream &OS, int Indent, PDB_DumpLevel Level) const override {} + void dump(raw_ostream &OS, int Indent) const override {} std::unique_ptr<IPDBEnumSymbols> findChildren(PDB_SymType Type) const override { |

