Make index same type as auto deduced uint32_t
This commit is contained in:
parent
09f853550c
commit
2f680ed094
@ -188,7 +188,7 @@ TEST_F(DBTablePropertiesTest, GetPropertiesOfTablesInRange) {
|
|||||||
// create a bunch of ranges
|
// create a bunch of ranges
|
||||||
std::vector<std::string> random_keys;
|
std::vector<std::string> random_keys;
|
||||||
auto n = 2 * rnd.Uniform(50);
|
auto n = 2 * rnd.Uniform(50);
|
||||||
for (int i = 0; i < n; ++i) {
|
for (uint32_t i = 0; i < n; ++i) {
|
||||||
random_keys.push_back(test::RandomKey(&rnd, 5));
|
random_keys.push_back(test::RandomKey(&rnd, 5));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user