Fix build bug caused by PR 6516 (#6535)

Summary:
Fix the build corruption caused by PR https://github.com/facebook/rocksdb/issues/6516

Testing plan: make make asan_check
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6535

Differential Revision: D20448614

Pulled By: zhichao-cao

fbshipit-source-id: 4d2a3dae6cdd781fcfe8e28a84ac3f536db1b067
This commit is contained in:
Zhichao Cao 2020-03-13 16:45:28 -07:00 committed by Facebook GitHub Bot
parent 85dbdf2586
commit a824727db4
2 changed files with 0 additions and 2 deletions

View File

@ -954,7 +954,6 @@ if(WITH_TESTS)
db/cuckoo_table_db_test.cc
db/db_basic_test.cc
db/db_with_timestamp_basic_test.cc
db/db_blob_index_test.cc
db/db_block_cache_test.cc
db/db_bloom_filter_test.cc
db/db_compaction_filter_test.cc

1
src.mk
View File

@ -317,7 +317,6 @@ MAIN_SOURCES = \
db/cuckoo_table_db_test.cc \
db/db_basic_test.cc \
db/db_with_timestamp_basic_test.cc \
db/db_blob_index_test.cc \
db/db_block_cache_test.cc \
db/db_bloom_filter_test.cc \
db/db_compaction_filter_test.cc \