gflags now likes namespace gflags, not google
[folly.git] / folly / test / RWSpinLockTest.cpp
index 077c061aab0de484c8ef802900d481a57e5cd07d..1d88a4344f73c5f3da30d52aaa88e8b913fffcd4 100644 (file)
@@ -237,6 +237,6 @@ TEST(RWSpinLock, concurrent_holder_test) {
 
 int main(int argc, char** argv) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }