summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <tegge@vespa.ai>2024-01-05 16:02:18 +0100
committerGitHub <noreply@github.com>2024-01-05 16:02:18 +0100
commitfdb8d77caddbf01cfabd83ab2ea0ad2ddf57beca (patch)
treefb3a6668cdbe0def0d9a17397586c21e9be64672
parent13e57a3d1eef671f2e9519e07ba663bcf0a06201 (diff)
parenta97a1903b77092731b63d28135c9512e0a89c623 (diff)
Merge pull request #29819 from vespa-engine/toregge/searchcore-persistence-conformance-uses-gtest
Searchcore version of persistence conformance unit test uses gtest.
-rw-r--r--searchcore/src/apps/tests/persistenceconformance_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/apps/tests/persistenceconformance_test.cpp b/searchcore/src/apps/tests/persistenceconformance_test.cpp
index 6fd8508990b..71a1f475d1d 100644
--- a/searchcore/src/apps/tests/persistenceconformance_test.cpp
+++ b/searchcore/src/apps/tests/persistenceconformance_test.cpp
@@ -1,6 +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/persistence/conformancetest/conformancetest.h>
#include <vespa/searchcore/proton/test/dummydbowner.h>
#include <vespa/searchcore/proton/common/alloc_config.h>