Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Jul 24, 2024
1 parent cc54104 commit 648a23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/row/row_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ TEST(RowTableLarge, LARGE_MEMORY_TEST(Encode)) {
}

// GH-XXXXX: Ensure that we can build a row table with more than 4GB row data.
TEST(RowTableOffsetOverflow, LARGE_MEMORY_TEST(AppendFrom)) {
TEST(RowTableLarge, LARGE_MEMORY_TEST(AppendFrom)) {
if constexpr (sizeof(void*) == 4) {
GTEST_SKIP() << "Test only works on 64-bit platforms";
}
Expand Down

0 comments on commit 648a23b

Please sign in to comment.