Files
parallel-hashmap/tests/parallel_flat_hash_map_test.cc
T

5 lines
123 B
C++
Raw Normal View History

2019-03-24 19:27:21 -04:00
#define THIS_HASH_MAP parallel_flat_hash_map
#define THIS_TEST_NAME ParallelFlatHashMap
2019-03-24 18:28:43 -04:00
2019-03-24 19:27:21 -04:00
#include "flat_hash_map_test.cc"