aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/sort/sort_test.cpp
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2024-06-20 13:16:55 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2024-06-20 13:56:01 +0000
commit17310d027c73c694d034472c2f9a81985eb0cd68 (patch)
treeb7fd10381286bc67e3f5ce1d7fcb55fd32df9428 /searchlib/src/tests/sort/sort_test.cpp
parentdf84441bbfb66161bf823f9235532083ce58b1bc (diff)
remove TEST_APPHOOK, TEST_INIT, TEST_DONE and TestApp
Diffstat (limited to 'searchlib/src/tests/sort/sort_test.cpp')
-rw-r--r--searchlib/src/tests/sort/sort_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/sort/sort_test.cpp b/searchlib/src/tests/sort/sort_test.cpp
index f6d24d2889c..f0047e6fe0e 100644
--- a/searchlib/src/tests/sort/sort_test.cpp
+++ b/searchlib/src/tests/sort/sort_test.cpp
@@ -1,5 +1,5 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/searchlib/common/sort.h>
#include <vespa/searchlib/common/sortspec.h>
#include <vespa/searchlib/common/converters.h>