Copyright 2014->2015
[folly.git] / folly / gen / test / FileTest.cpp
index 172c6f98deecd27f00543ba0414658334ecadda7..38b907fd1af7a9e9212b2b2f18870e768dacd03e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -75,6 +75,6 @@ INSTANTIATE_TEST_CASE_P(
     ::testing::Values(0, 1, 2, 4, 8, 64, 4096));
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }