Make another attempt at fixing SymbolFilePDBTests.

llvm-svn: 373373
This commit is contained in:
Adrian Prantl 2019-10-01 18:15:22 +00:00
parent a288695968
commit f3d2158616
1 changed files with 1 additions and 0 deletions

View File

@ -580,6 +580,7 @@ TEST_F(SymbolFilePDBTests, TestMaxMatches) {
uint32_t num_limited_results = results.GetSize() - num_results;
EXPECT_EQ(i, num_limited_results);
EXPECT_EQ(num_limited_results, results.GetSize());
num_results = num_limited_results;
}
}