Skip to content

Commit

Permalink
Fix tests for is_connected
Browse files Browse the repository at this point in the history
Remove the obsolete `run_test` invocation.
  • Loading branch information
Wavetrace committed Dec 11, 2024
1 parent 5529eee commit ba98722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/is_connected.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ int main(int argc, char* argv[])
undir_graph_t g(size * size);
// the undirected graph is already strongly connected
fill_square_graph(g, size);
run_test(g, true);

BOOST_TEST(is_connected(g) == true);
BOOST_TEST(is_connected_undirected(g) == true);
Expand Down

0 comments on commit ba98722

Please sign in to comment.