From 917d20ebec0835c5a75383fec2d489cb1299c08d Mon Sep 17 00:00:00 2001 From: Alfred Xu Date: Wed, 16 Mar 2022 11:32:00 +0800 Subject: [PATCH] Update cpp/tests/lists/drop_list_duplicates_tests.cpp Co-authored-by: Nghia Truong --- cpp/tests/lists/drop_list_duplicates_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/tests/lists/drop_list_duplicates_tests.cpp b/cpp/tests/lists/drop_list_duplicates_tests.cpp index 3f9c4c9cca7..945d138c789 100644 --- a/cpp/tests/lists/drop_list_duplicates_tests.cpp +++ b/cpp/tests/lists/drop_list_duplicates_tests.cpp @@ -738,7 +738,7 @@ TYPED_TEST(DropListDuplicatesTypedTest, InputListsOfNestedStructsHaveNull) { using ColWrapper = cudf::test::fixed_width_column_wrapper; auto constexpr null = int32_t{0}; // nulls at the children columns level - // XXX and YY are int placeholders for nulls at parent structs column level. + // XXX and YYY are int placeholders for nulls at parent structs column level. // We bring up two placeholders of different values to create intra null structs with // children of different values, so as to test whether null_equality::EQUAL works or not. auto constexpr XXX = int32_t{5};