gflags now likes namespace gflags, not google
[folly.git] / folly / test / AsciiCaseInsensitiveTest.cpp
index 373998c42430f105318be278ee5170d749e6ac76..3d00e50d53eb08a33757f0cd4c7e0aa4094be59c 100644 (file)
@@ -32,6 +32,6 @@ TEST(CaseInsensitiveMatch, CompareWithLegacy) {
 
 int main(int argc, char** argv) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }