Skip to content

Commit 412437d

Browse files
fix Warning old compiler (#47)
1 parent 165997d commit 412437d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/maxbsp_converter_and_hc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ BOOST_AUTO_TEST_CASE(maxbsp_scheduling) {
127127
auto cost_hccs_large = maxbsp_cs_large.computeCosts();
128128
std::cout<<"Cost after comm. sched. hill climbing on large DAG: "<<cost_hccs_large<<std::endl;
129129
BOOST_CHECK(cost_hccs_large <= cost_maxbsp_cs_large);
130-
};
130+
}

0 commit comments

Comments
 (0)