mirror of https://github.com/facebook/rocksdb.git
uint is a not a datatype on windows.
This commit is contained in:
parent
f18acd8875
commit
09f853550c
|
@ -188,7 +188,7 @@ TEST_F(DBTablePropertiesTest, GetPropertiesOfTablesInRange) {
|
|||
// create a bunch of ranges
|
||||
std::vector<std::string> random_keys;
|
||||
auto n = 2 * rnd.Uniform(50);
|
||||
for (uint i = 0; i < n; ++i) {
|
||||
for (int i = 0; i < n; ++i) {
|
||||
random_keys.push_back(test::RandomKey(&rnd, 5));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue