From 3adaa317ac17568928af2873ab96517c96ad91e5 Mon Sep 17 00:00:00 2001 From: Alessandro Bellina Date: Thu, 24 Feb 2022 14:38:49 +0000 Subject: [PATCH] Fix comment in test --- cpp/tests/copying/concatenate_tests.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/tests/copying/concatenate_tests.cu b/cpp/tests/copying/concatenate_tests.cu index 156b8741cf3..ec7fae58f98 100644 --- a/cpp/tests/copying/concatenate_tests.cu +++ b/cpp/tests/copying/concatenate_tests.cu @@ -340,7 +340,7 @@ struct OverflowTest : public cudf::test::BaseFixture { TEST_F(OverflowTest, OverflowTest) { using namespace cudf; - // should concatenate up to size_type::max - 1 rows. + // should concatenate up to size_type::max rows. { // 5 x size + size_last adds to size_type::max constexpr auto size = static_cast(static_cast(250) * 1024 * 1024);