aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features_attributematch.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-08-30 09:29:14 +0000
committerGeir Storli <geirst@yahooinc.com>2023-08-30 13:00:55 +0000
commit1efa4e7ef74e8d3d650c72e52e1596f43d0aa690 (patch)
tree0fc44ce13d904171b50614e9c5738e64548307ab /searchlib/src/tests/features/prod_features_attributematch.cpp
parent306dce28ed3cfa0d2f4679fd2519db3d1ac780c7 (diff)
Use "_test" suffix for unit test cpp files.
Diffstat (limited to 'searchlib/src/tests/features/prod_features_attributematch.cpp')
-rw-r--r--searchlib/src/tests/features/prod_features_attributematch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/features/prod_features_attributematch.cpp b/searchlib/src/tests/features/prod_features_attributematch.cpp
index fd6fdca96fc..057d7a821d4 100644
--- a/searchlib/src/tests/features/prod_features_attributematch.cpp
+++ b/searchlib/src/tests/features/prod_features_attributematch.cpp
@@ -1,6 +1,6 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include "prod_features.h"
+#include "prod_features_test.h"
#include <vespa/searchlib/features/attributematchfeature.h>
#include <vespa/searchlib/attribute/attributefactory.h>
#include <vespa/searchlib/attribute/attributevector.h>