gflags now likes namespace gflags, not google
[folly.git] / folly / test / ChecksumTest.cpp
index e563d3f91dc117b3e7926e9ef26874d0ccd37265..316456cffd4c78814f5ab02d53aeabcec5c8bcbb 100644 (file)
@@ -180,7 +180,7 @@ BENCHMARK(crc32c_software_512KB_block, iters) {
 
 int main(int argc, char** argv) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
 
   // Populate a buffer with a deterministic pattern
   // on which to compute checksums