Fix a warning.

llvm-svn: 341561
This commit is contained in:
Zachary Turner 2018-09-06 16:34:56 +00:00
parent 51fdaba4ad
commit d62d052c70
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ TEST(NativeSymbolReuseTest, CompilandSymbolReuse) {
{
auto Compilands = GS->findAllChildren<PDBSymbolCompiland>();
ASSERT_NE(nullptr, Compilands);
ASSERT_EQ(2, Compilands->getChildCount());
ASSERT_EQ(2U, Compilands->getChildCount());
std::vector<SymIndexId> Ids2;
// First try resetting the enumerator, then try destroying the enumerator