提交 4815468b 编写于 作者: S Siying Dong

Fix another sign and unsign comparison in test

上级 cbe7ffef
......@@ -614,7 +614,7 @@ TEST(BackupableDBTest, OnlineIntegrationTest) {
std::vector<BackupInfo> backup_info;
restore_db_->GetBackupInfo(&backup_info);
ASSERT_EQ(2, backup_info.size());
ASSERT_EQ(2UL, backup_info.size());
// check backup 3
AssertBackupConsistency(3, 0, 3 * keys_iteration, max_key);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册