Skip to content

Commit

Permalink
Removed inadvertent printing in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrocks committed Oct 29, 2021
1 parent 1462721 commit 9ac5939
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cpp/tests/copying/segmented_gather_list_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ TYPED_TEST(SegmentedGatherTest, GatherOnNonCompactedNullLists)
auto const expected =
LCW<T>{{{4, 3, 2, 1}, {5}, {6, 7}, {8, 0, 9}, {}, {{X}, all_nulls()}, {4, 5}}, null_at(5)};
auto const results = segmented_gather(lists_column_view{*input}, lists_column_view{gather_map});
std::cout << "Results: " << std::endl;
cudf::test::print(*results);
std::cout << "Expected: " << std::endl;
cudf::test::print(expected);
CUDF_TEST_EXPECT_COLUMNS_EQUIVALENT(results->view(), expected);
}

Expand Down

0 comments on commit 9ac5939

Please sign in to comment.