diff --git a/src/mlpack/tests/main_tests/adaboost_test.cpp b/src/mlpack/tests/main_tests/adaboost_test.cpp index 3391ee9e72..1c6075201f 100644 --- a/src/mlpack/tests/main_tests/adaboost_test.cpp +++ b/src/mlpack/tests/main_tests/adaboost_test.cpp @@ -271,7 +271,7 @@ BOOST_AUTO_TEST_CASE(AdaBoostDiffWeakLearnerOutputTest) break; } } - BOOST_REQUIRE_EQUAL(flag, 1) + BOOST_REQUIRE_EQUAL(flag, 1); } }