Skip to content

Commit

Permalink
Review: Remove SegmentedGatherTestList.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrocks committed Nov 1, 2021
1 parent 9ac5939 commit 1778377
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/tests/copying/segmented_gather_list_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ using FixedWidthTypesNotBool = cudf::test::Concat<cudf::test::IntegralTypesNotBo
cudf::test::TimestampTypes>;
TYPED_TEST_SUITE(SegmentedGatherTest, FixedWidthTypesNotBool);

class SegmentedGatherTestList : public cudf::test::BaseFixture {
};

// to disambiguate between {} == 0 and {} == List{0}
// Also, see note about compiler issues when declaring nested
// empty lists in lists_column_wrapper documentation
Expand Down

0 comments on commit 1778377

Please sign in to comment.