Skip to content

Commit 887f211

Browse files
committed
[lldb][PDB] Attempt to fix tests on Windows
1 parent c030778 commit 887f211

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ TEST_F(SymbolFilePDBTests, TestNestedClassTypes) {
382382
SymbolFilePDB *symfile =
383383
static_cast<SymbolFilePDB *>(module->GetSymbolFile());
384384
llvm::pdb::IPDBSession &session = symfile->GetPDBSession();
385-
TypeMap results;
386385

387386
auto clang_ast_ctx_or_err =
388387
symfile->GetTypeSystemForLanguage(lldb::eLanguageTypeC_plus_plus);

0 commit comments

Comments
 (0)