Replace Subprocess::pipe* syntax sugar with Subprocess::Options().pipe*
[folly.git] / folly / test / FingerprintTest.cpp
index 42ebb3fc466d967da0a2c6f642d402d630409462..e0542498d28faaa769f67393563b144c6be2f434 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2017 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 <folly/Fingerprint.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/detail/SlowFingerprint.h>
 #include <folly/Benchmark.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using namespace folly::detail;
@@ -172,4 +172,3 @@ int main(int argc, char *argv[]) {
   }
   return ret;
 }
-