diff options
| author | Adrian McCarthy <amccarth@google.com> | 2017-02-24 00:25:17 +0000 |
|---|---|---|
| committer | Adrian McCarthy <amccarth@google.com> | 2017-02-24 00:25:17 +0000 |
| commit | 3e0c0688e994efe9a7d6cb302b36d88b0d77b283 (patch) | |
| tree | cc72fa5e1046cb2ff91934e73f23d75bc9b4112b /llvm/unittests/DebugInfo/PDB | |
| parent | 8da15b501a01097a7fdc8f661d8ac60324c0bc3c (diff) | |
| download | bcm5719-llvm-3e0c0688e994efe9a7d6cb302b36d88b0d77b283.tar.gz bcm5719-llvm-3e0c0688e994efe9a7d6cb302b36d88b0d77b283.zip | |
Fix unit tests after r296049.
llvm-svn: 296055
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 cd0f928a08a..ba09a8e2842 100644 --- a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp +++ b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp @@ -63,7 +63,7 @@ namespace { class MockSession : public IPDBSession { uint64_t getLoadAddress() const override { return 0; } void setLoadAddress(uint64_t Address) override {} - std::unique_ptr<PDBSymbolExe> getGlobalScope() const override { + std::unique_ptr<PDBSymbolExe> getGlobalScope() override { return nullptr; } std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override { |

