Skip to content

Commit

Permalink
Fix comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Feb 24, 2022
1 parent f135b2b commit 3adaa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/copying/concatenate_tests.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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<size_type>(static_cast<uint32_t>(250) * 1024 * 1024);
Expand Down

0 comments on commit 3adaa31

Please sign in to comment.