We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5836c1b commit 6da2d8dCopy full SHA for 6da2d8d
1 file changed
tests/max_bsp_schedulers.cpp
@@ -83,7 +83,7 @@ void run_test(Scheduler<Graph_t> *test_scheduler) {
83
BOOST_CHECK(schedule.satisfiesPrecedenceConstraints());
84
}
85
86
-};
+}
87
88
template<typename Graph_t>
89
void run_test_max_bsp(MaxBspScheduler<Graph_t>* test_scheduler) {
0 commit comments