diff --git a/velox/exec/tests/ExchangeFuzzer.cpp b/velox/exec/tests/ExchangeFuzzer.cpp index 3c19d2d522c5..98ba567cdb05 100644 --- a/velox/exec/tests/ExchangeFuzzer.cpp +++ b/velox/exec/tests/ExchangeFuzzer.cpp @@ -404,6 +404,7 @@ class ExchangeFuzzer : public VectorTestBase { int32_t ExchangeFuzzer::iteration_; int main(int argc, char** argv) { + ::testing::InitGoogleTest(&argc, argv); folly::Init init{&argc, &argv}; memory::MemoryManagerOptions options; options.useMmapAllocator = true;