folly copyright 2015 -> copyright 2016
[folly.git] / folly / gen / test / ParallelMapTest.cpp
index 15c0b4540ad4cc82a46503f9fa00d6d81313921a..954a9f327248570878ba0dde3f7c38e623d014c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -140,6 +140,6 @@ TEST(Pmap, Rvalues) {
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }