Fixed an error

This commit is contained in:
nikhilgoel1997
2018-02-05 23:41:08 +05:30
committed by GitHub
parent daf80950be
commit 6a0123c798
@@ -271,7 +271,7 @@ BOOST_AUTO_TEST_CASE(AdaBoostDiffWeakLearnerOutputTest)
break;
}
}
BOOST_REQUIRE_EQUAL(flag, 1)
BOOST_REQUIRE_EQUAL(flag, 1);
}
}