From 1efa4e7ef74e8d3d650c72e52e1596f43d0aa690 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Wed, 30 Aug 2023 09:29:14 +0000 Subject: Use "_test" suffix for unit test cpp files. --- searchlib/src/tests/features/prod_features_attributematch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searchlib/src/tests/features/prod_features_attributematch.cpp') 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 #include #include -- cgit v1.2.3