diff --git a/cpp/tests/groupby/group_count_test.cpp b/cpp/tests/groupby/group_count_test.cpp index 4750f6d947e..cfbcb2fb1d0 100644 --- a/cpp/tests/groupby/group_count_test.cpp +++ b/cpp/tests/groupby/group_count_test.cpp @@ -254,7 +254,8 @@ TYPED_TEST(FixedPointTestBothReps, GroupBySumProductMinMaxDecimalAsValue) // test_single_agg(keys, vals, expect_keys, expect_vals_max, std::move(agg7)); // auto agg8 = cudf::make_product_aggregation(); - // EXPECT_THROW(test_single_agg(keys, vals, expect_keys, {}, std::move(agg8)), cudf::logic_error); + // EXPECT_THROW(test_single_agg(keys, vals, expect_keys, {}, std::move(agg8)), + // cudf::logic_error); #endif }