Skip to content

Commit

Permalink
Fixing macro syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Jun 16, 2021
1 parent 1c8ad97 commit f96ee81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/tests/io/arrow_io_source_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ TEST_F(ArrowIOTest, URIFileSystem)
ASSERT_EQ(2, tbl.tbl->num_rows());
}

#if defined(S3_ENABLED)
#ifdef S3_ENABLED

TEST_F(ArrowIOTest, S3FileSystem)
{
Expand Down Expand Up @@ -92,6 +92,6 @@ TEST_F(ArrowIOTest, S3URIWhenNotEnabled)
cudf::logic_error);
}

#ifndef S3_ENABLED
#endif

CUDF_TEST_PROGRAM_MAIN()

0 comments on commit f96ee81

Please sign in to comment.