gflags now likes namespace gflags, not google
[folly.git] / folly / test / MPMCPipelineTest.cpp
index f754eda892a08b8e4b365d377a5216b3be9612d4..6fd93be01e67142c74d391e8e867f741808b8550 100644 (file)
@@ -160,7 +160,7 @@ TEST(MPMCPipeline, MultiThreaded) {
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }