fix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeout tests
[folly.git] / folly / test / AtomicBitSetTest.cpp
index a3cd437a803de0f945129d73413c24c91595dab5..3823ad2bb5bed20dfaaf3da897f5c190daf56d46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 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,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/AtomicBitSet.h"
+#include <folly/AtomicBitSet.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
@@ -56,7 +56,6 @@ TEST(AtomicBitSet, Simple) {
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }
-