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
main
Igor Canadi 9 years ago
parent 76f286cc82
commit 14456aea52
  1. 2
      table/table_test.cc

@ -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…
Cancel
Save