summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-06-16 15:32:51 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-06-16 15:32:51 +0000
commit6350863dab58beb31628212f507f420587b298dd (patch)
treeef4914780d0a87be5a6529d6d221b775e5c55338
parente16f9af477a49e009a5ec29cad863f4549669d22 (diff)
= default
-rw-r--r--searchlib/src/tests/features/ranking_expression/ranking_expression_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/features/ranking_expression/ranking_expression_test.cpp b/searchlib/src/tests/features/ranking_expression/ranking_expression_test.cpp
index 63484932f39..251040ecfa7 100644
--- a/searchlib/src/tests/features/ranking_expression/ranking_expression_test.cpp
+++ b/searchlib/src/tests/features/ranking_expression/ranking_expression_test.cpp
@@ -83,7 +83,7 @@ SetupResult::SetupResult(const TypeMap &object_inputs,
setup_ok = rank.setup(index_env, {});
EXPECT_TRUE(!deps.accept_type_mismatch);
}
-SetupResult::~SetupResult() {}
+SetupResult::~SetupResult() = default;
void verify_output_type(const TypeMap &object_inputs,
const vespalib::string &expression, const FeatureType &expect)