Skip to content

Commit

Permalink
Update cpp/src/arrow/filesystem/test_util.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
Tom-Newton and pitrou authored Dec 9, 2024
1 parent 991cf68 commit 1dba128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/test_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ void GenericFileSystemTest::TestCopyFiles(FileSystem* fs) {
auto reset_thread_pool = [io_thread_pool, original_threads](void*) {
ASSERT_OK(io_thread_pool->SetCapacity(original_threads));
};
std::unique_ptr<void, decltype(reset_thread_pool)> resetThreadPoolGuard(
std::unique_ptr<void, decltype(reset_thread_pool)> reset_thread_pool_guard(
nullptr, reset_thread_pool);

auto mock_fs = std::make_shared<arrow::fs::internal::MockFileSystem>(
Expand Down

0 comments on commit 1dba128

Please sign in to comment.