summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-11-18 14:46:10 +0100
committerTor Egge <Tor.Egge@online.no>2022-11-18 14:46:10 +0100
commit2ac52894b6aba0ffe5ef0a9188ce4b5b5b25d79b (patch)
tree286c25b23adfece813afa31071dbd9527533b6a2 /searchcore
parent54bf597303c071728607f2b49488faa0659a6f55 (diff)
Drop support for old gtest.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/documentmetastore/lid_allocator/lid_allocator_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentmetastore/lid_allocator/lid_allocator_test.cpp b/searchcore/src/tests/proton/documentmetastore/lid_allocator/lid_allocator_test.cpp
index 19212160496..399ebf171af 100644
--- a/searchcore/src/tests/proton/documentmetastore/lid_allocator/lid_allocator_test.cpp
+++ b/searchcore/src/tests/proton/documentmetastore/lid_allocator/lid_allocator_test.cpp
@@ -192,7 +192,7 @@ for (auto& bucket : buckets) {
std::cout << "Unregister rate: " << std::fixed << rate << std::endl;
}
-VESPA_GTEST_INSTANTIATE_TEST_SUITE_P(LidAllocatorParameterizedPerformanceTest, LidAllocatorPerformanceTest, testing::Values(false, true));
+INSTANTIATE_TEST_SUITE_P(LidAllocatorParameterizedPerformanceTest, LidAllocatorPerformanceTest, testing::Values(false, true));
}