Fix a sign and unsign comparating in plain_table_db_test

Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
This commit is contained in:
sdong 2014-04-23 16:09:45 -07:00
parent 73895c9478
commit 8db376d494

View File

@ -268,7 +268,7 @@ TEST(PlainTableDBTest, Flush) {
TablePropertiesCollection ptc;
reinterpret_cast<DB*>(dbfull())->GetPropertiesOfAllTables(&ptc);
ASSERT_EQ(1, ptc.size());
ASSERT_EQ(1U, ptc.size());
auto row = ptc.begin();
auto tp = row->second;
ASSERT_EQ(