gflags now likes namespace gflags, not google
[folly.git] / folly / experimental / test / EventCountTest.cpp
index 077b4c717c80100a23a156812d9892335d7622f6..1c65f5fc97b2375ec909a5d6b966186187d8d7d3 100644 (file)
@@ -127,7 +127,7 @@ TEST(EventCount, Simple) {
 
 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();
   if (!ret) {
     folly::runBenchmarksOnFlag();