Skip to content

Commit

Permalink
update mg bfs test
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak committed Jul 8, 2024
1 parent 0ae0411 commit 0a12ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/traversal/mg_bfs_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Tests_MGBFS : public ::testing::TestWithParam<std::tuple<BFS_Usecase, inpu
d_mg_predecessors.data(),
d_mg_source ? (*d_mg_source).data() : static_cast<vertex_t const*>(nullptr),
d_mg_source ? size_t{1} : size_t{0},
false,
mg_graph_view.is_symmetric() ? true : false,
std::numeric_limits<vertex_t>::max());

if (cugraph::test::g_perf) {
Expand Down

0 comments on commit 0a12ce2

Please sign in to comment.