gflags now likes namespace gflags, not google
[folly.git] / folly / io / test / IOBufCursorTest.cpp
index 824df93e8fdb241e079cba5690bc33e724fc4e0c..3ec3055eacab4be8444408fff2b3c4ce5da9cbfb 100644 (file)
@@ -643,7 +643,7 @@ BENCHMARK(skipBenchmark, iters) {
 
 int main(int argc, char** argv) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
 
   auto ret = RUN_ALL_TESTS();