Expose move result from LockFreeRingBuffer::Cursor
[folly.git] / folly / test / FingerprintTest.cpp
index a4cc9142b0842214acf153e0c830209e93629945..9f6bc25b31f32d135c26959de73d9717731f84aa 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.
@@ -165,11 +165,10 @@ TEST(Fingerprint, Alignment) {
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   auto ret = RUN_ALL_TESTS();
   if (!ret) {
     folly::runBenchmarksOnFlag();
   }
   return ret;
 }
-