diff --git a/tests/static_map/duplicate_keys_test.cu b/tests/static_map/duplicate_keys_test.cu index 5cdfbfe7f..edfc9eca8 100644 --- a/tests/static_map/duplicate_keys_test.cu +++ b/tests/static_map/duplicate_keys_test.cu @@ -34,7 +34,8 @@ TEMPLATE_TEST_CASE_SIG("Duplicate keys", (int64_t, int64_t)) { constexpr std::size_t num_keys{500'000}; - cuco::static_map map{num_keys * 2, -1, -1}; + cuco::static_map map{ + num_keys * 2, cuco::sentinel::empty_key{-1}, cuco::sentinel::empty_value{-1}}; auto m_view = map.get_device_mutable_view(); auto view = map.get_device_view();