aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/imported_attributes_repo/imported_attributes_repo_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 /searchcore/src/tests/proton/attribute/imported_attributes_repo/imported_attributes_repo_test.cpp
parentdf84441bbfb66161bf823f9235532083ce58b1bc (diff)
remove TEST_APPHOOK, TEST_INIT, TEST_DONE and TestApp
Diffstat (limited to 'searchcore/src/tests/proton/attribute/imported_attributes_repo/imported_attributes_repo_test.cpp')
-rw-r--r--searchcore/src/tests/proton/attribute/imported_attributes_repo/imported_attributes_repo_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/attribute/imported_attributes_repo/imported_attributes_repo_test.cpp b/searchcore/src/tests/proton/attribute/imported_attributes_repo/imported_attributes_repo_test.cpp
index d0b7ac8e688..0447db9c89e 100644
--- a/searchcore/src/tests/proton/attribute/imported_attributes_repo/imported_attributes_repo_test.cpp
+++ b/searchcore/src/tests/proton/attribute/imported_attributes_repo/imported_attributes_repo_test.cpp
@@ -1,7 +1,7 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/log/log.h>
LOG_SETUP("imported_attributes_repo_test");
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/searchcommon/attribute/basictype.h>
#include <vespa/searchcommon/attribute/iattributevector.h>