sapling/eden/fs/store/test
Anna Kukliansky 8da39ce0ae supress deprecated error for INSTANTIATE_TEST_CASE_P
Summary:
suppress the deprecated errors.
found something similar in here: https://stackoverflow.com/questions/1902021/suppressing-is-deprecated-when-using-respondstoselector

example failure:
https://www.internalfb.com/intern/buck/build/a3b550b8-4099-4f27-8975-5bfffd6447e5/

```
eden/fs/inodes/test/OverlayTest.cpp:730:1: error:
'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P [-Werror,-Wdeprecated-declarations]
INSTANTIATE_TEST_CASE_P(
/Users/kuki/fbsource/third-party/googletest/googletest/include/gtest/gtest-param-test.h:507:38:
 note:  expanded from macro 'INSTANTIATE_TEST_CASE_P'
  static_assert(::testing::internal::InstantiateTestCase_P_IsDeprecated(), \
/Users/kuki/fbsource/third-party/googletest/googletest/include/gtest/internal/gtest-internal.h:1209:1:  note: 'InstantiateTestCase_P_IsDeprecated' has been explicitly marked deprecated here
GTEST_INTERNAL_DEPRECATED(
/Users/kuki/fbsource/third-party/googletest/googletest/include/gtest/internal/gtest-port.h:2215:59:
note: expanded from macro 'GTEST_INTERNAL_DEPRECATED'
#define GTEST_INTERNAL_DEPRECATED(message) __attribute__((deprecated(message)))
```

Reviewed By: mzlee

Differential Revision: D27037957

fbshipit-source-id: b12cc500441c9ed4ed72825475c57047fb0c2076
2021-03-15 15:29:12 -07:00
..
BlobAccessTest.cpp include more error message context when a LocalStore lookup misses 2021-02-26 00:28:46 -08:00
BlobCacheTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
CMakeLists.txt store test: do not compile LocalStoreTest on Windows 2020-11-18 14:39:17 -08:00
DiffTest.cpp win: remove ProcessNameCache from Stub.h 2020-09-14 19:25:48 -07:00
ImportPriorityTest.cpp Apply clang-format update fixes 2021-01-10 10:06:29 -08:00
LocalStoreTest.cpp supress deprecated error for INSTANTIATE_TEST_CASE_P 2021-03-15 15:29:12 -07:00
LocalStoreTest.h restructure KeySpace and move it into KeySpace.h 2020-01-21 10:33:10 -08:00
ObjectStoreTest.cpp make fetch heavy threshold configurable 2020-07-02 08:44:02 -07:00
RocksDbLocalStoreTest.cpp supress deprecated error for INSTANTIATE_TEST_CASE_P 2021-03-15 15:29:12 -07:00
TreeMetadataTest.cpp model: remove test-only constructor for TreeEntry 2021-01-05 14:08:14 -08:00