Skip to content

Commit f3d2158

Browse files
committed
Make another attempt at fixing SymbolFilePDBTests.
llvm-svn: 373373
1 parent a288695 commit f3d2158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ TEST_F(SymbolFilePDBTests, TestMaxMatches) {
580580
uint32_t num_limited_results = results.GetSize() - num_results;
581581
EXPECT_EQ(i, num_limited_results);
582582
EXPECT_EQ(num_limited_results, results.GetSize());
583+
num_results = num_limited_results;
583584
}
584585
}
585586

0 commit comments

Comments
 (0)