aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/mock_index_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/test/mock_index_manager.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/test/mock_index_manager.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/test/mock_index_manager.cpp b/searchcore/src/vespa/searchcore/proton/test/mock_index_manager.cpp
new file mode 100644
index 00000000000..a6d7d1aaf42
--- /dev/null
+++ b/searchcore/src/vespa/searchcore/proton/test/mock_index_manager.cpp
@@ -0,0 +1,9 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include "mock_index_manager.h"
+
+namespace proton::test {
+
+MockIndexManager::~MockIndexManager() = default;
+
+}