Fix unit tests after r296049.

llvm-svn: 296055
This commit is contained in:
Adrian McCarthy 2017-02-24 00:25:17 +00:00
parent 8da15b501a
commit 3e0c0688e9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {