Skip to content

Commit b8fc7b2

Browse files
removed warning (#39)
1 parent 5836c1b commit b8fc7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/max_bsp_schedulers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void run_test(Scheduler<Graph_t> *test_scheduler) {
8383
BOOST_CHECK(schedule.satisfiesPrecedenceConstraints());
8484
}
8585
}
86-
};
86+
}
8787

8888
template<typename Graph_t>
8989
void run_test_max_bsp(MaxBspScheduler<Graph_t>* test_scheduler) {

0 commit comments

Comments
 (0)