File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ BOOST_AUTO_TEST_CASE(kl_lambda_improver_incremental_update_test) {
356356
357357 CheckEqualLambdaMap (lambda_map, kl_6.GetCommCostF ().nodeLambdaMap_ );
358358 CheckEqualAffinityTable (affinity, kl_6.GetAffinityTable (), nodes_to_check);
359- };
359+ }
360360
361361BOOST_AUTO_TEST_CASE (kl_lambda_improver_inner_loop_test) {
362362 using graph = ComputationalDagEdgeIdxVectorImplDefIntT;
@@ -486,7 +486,7 @@ BOOST_AUTO_TEST_CASE(kl_lambda_improver_inner_loop_test) {
486486
487487 CheckEqualLambdaMap (lambda_map, kl_6.GetCommCostF ().nodeLambdaMap_ );
488488 CheckEqualAffinityTable (affinity, kl_6.GetAffinityTable (), nodes_to_check);
489- };
489+ }
490490
491491BOOST_AUTO_TEST_CASE (KlLambdaImproverInnerLoopPenaltyTest) {
492492 using Graph = ComputationalDagEdgeIdxVectorImplDefIntT;
Original file line number Diff line number Diff line change @@ -887,7 +887,7 @@ BOOST_AUTO_TEST_CASE(KlImprover_incremental_update_test) {
887887 nodes_to_check.erase (v3);
888888
889889 CheckEqualAffinityTable (affinity, kl_6.GetAffinityTable (), nodes_to_check);
890- };
890+ }
891891
892892// BOOST_AUTO_TEST_CASE(kl_total_comm_large_test_graphs) {
893893// std::vector<std::string> filenames_graph = LargeSpaaGraphs();
You can’t perform that action at this time.
0 commit comments