Fix compile
Summary: There was a merge conflict with https://reviews.facebook.net/D45993 Test Plan: make check Reviewers: sdong Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D46065
This commit is contained in:
parent
76f286cc82
commit
14456aea52
@ -1652,7 +1652,7 @@ TEST_F(BlockBasedTableTest, BlockReadCountTest) {
|
||||
NewBloomFilterPolicy(10, bloom_filter_type == 0));
|
||||
options.table_factory.reset(new BlockBasedTableFactory(table_options));
|
||||
std::vector<std::string> keys;
|
||||
KVMap kvmap;
|
||||
stl_wrappers::KVMap kvmap;
|
||||
|
||||
TableConstructor c(BytewiseComparator());
|
||||
std::string user_key = "k04";
|
||||
|
Loading…
Reference in New Issue
Block a user