Skip to content

Commit 5fbf1f5

Browse files
author
Rafał Hibner
committed
Remove pragmas
1 parent c22181f commit 5fbf1f5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cpp/src/arrow/acero/plan_test.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,8 +1790,6 @@ TEST(ExecPlanExecution, UnalignedInput) {
17901790

17911791
struct ExecPlanErrorReporting : public testing::TestWithParam<DummyNodeStatusReporter> {};
17921792

1793-
#pragma GCC push_options
1794-
#pragma GCC optimize("O0")
17951793
TEST_P(ExecPlanErrorReporting, SourceSink) {
17961794
ASSERT_OK_AND_ASSIGN(auto plan, ExecPlan::Make());
17971795
auto source = MakeDummyNode(plan.get(), "source", /*inputs=*/{}, /*is_sink=*/false,
@@ -1953,7 +1951,5 @@ INSTANTIATE_TEST_SUITE_P(
19531951
DummyNodeStatusReporter{Status::Invalid("1"), Status::Invalid("1"),
19541952
Status::Invalid("1"), Status::Invalid("1")}));
19551953

1956-
#pragma GCC pop_options
1957-
19581954
} // namespace acero
19591955
} // namespace arrow

0 commit comments

Comments
 (0)