Split FileTest to a smaller test and an extended test
[folly.git] / folly / test / BitIteratorTest.cpp
index 8d2fe5213b88c5640934621bf7291d2162d4b0e6..d60db6743165a2821df54ace39d018db02ee6bd5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Bits.h"
-#include "folly/Benchmark.h"
+#include <folly/Bits.h>
+#include <folly/Benchmark.h>
 
 #include <algorithm>
 #include <type_traits>
@@ -178,7 +178,7 @@ runRealFFSTest                             19  2.011 s   105.9 ms  9.447
 
 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 && FLAGS_benchmark) {
     folly::runBenchmarks();