Copyright 2014->2015
[folly.git] / folly / gen / test / FileTest.cpp
index fe9b354037ec7d2bcc1682754a354cb983055ba7..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.
 #include <string>
 #include <vector>
 
-#include "folly/File.h"
-#include "folly/Range.h"
-#include "folly/experimental/TestUtil.h"
-#include "folly/gen/Base.h"
-#include "folly/gen/File.h"
+#include <folly/File.h>
+#include <folly/Range.h>
+#include <folly/experimental/TestUtil.h>
+#include <folly/gen/Base.h>
+#include <folly/gen/File.h>
 
 using namespace folly::gen;
 using namespace folly;
@@ -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();
 }