gflags now likes namespace gflags, not google
[folly.git] / folly / test / DeterministicScheduleTest.cpp
index c01d449f0fa2c5c5fa5d484e2714b487342a9a89..6ec429fb7e8a3884f22fdf1ad7a99beef0554837 100644 (file)
@@ -53,6 +53,6 @@ TEST(DeterministicSchedule, uniformSubset) {
 
 int main(int argc, char** argv) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }