Skip to content

Commit

Permalink
Fix unit tests after r296049.
Browse files Browse the repository at this point in the history
llvm-svn: 296055
  • Loading branch information
amccarth-google committed Feb 24, 2017
1 parent 8da15b5 commit 3e0c068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit 3e0c068

Please sign in to comment.