aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/singleexecutor/singleexecutor_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 /vespalib/src/tests/singleexecutor/singleexecutor_test.cpp
parentdf84441bbfb66161bf823f9235532083ce58b1bc (diff)
remove TEST_APPHOOK, TEST_INIT, TEST_DONE and TestApp
Diffstat (limited to 'vespalib/src/tests/singleexecutor/singleexecutor_test.cpp')
-rw-r--r--vespalib/src/tests/singleexecutor/singleexecutor_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/singleexecutor/singleexecutor_test.cpp b/vespalib/src/tests/singleexecutor/singleexecutor_test.cpp
index 3ae0b709e31..224a4a95afe 100644
--- a/vespalib/src/tests/singleexecutor/singleexecutor_test.cpp
+++ b/vespalib/src/tests/singleexecutor/singleexecutor_test.cpp
@@ -1,6 +1,6 @@
// 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/vespalib/util/singleexecutor.h>
#include <vespa/vespalib/util/lambdatask.h>