gflags now likes namespace gflags, not google
[folly.git] / folly / experimental / symbolizer / test / ElfTests.cpp
index 258ad992c40009d789e2696425401d5a6f4226ea..5350d4df80c95cd9f70b0f718be13baae8780b2f 100644 (file)
@@ -59,7 +59,7 @@ TEST_F(ElfTest, PointerValue) {
 
 int main(int argc, char** argv) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   ElfTest::binaryPath = argv[0];
   return RUN_ALL_TESTS();
 }