diff --git a/src/mlpack/tests/cf_test.cpp b/src/mlpack/tests/cf_test.cpp index db6232c81e..d8b527cf17 100644 --- a/src/mlpack/tests/cf_test.cpp +++ b/src/mlpack/tests/cf_test.cpp @@ -701,7 +701,7 @@ TEMPLATE_TEST_CASE("CFPredictSearch", "[CFTest]", * some Interpolations. */ TEMPLATE_TEST_CASE("CFPredictAverageInterpolation", "[CFTest]", - AverageInterpolation, SimilarityInterpolation) + AverageInterpolation, SimilarityInterpolation) { CFPredict(2.0);