Fix DCHECKs in IOBufQueue
[folly.git] / folly / test / FunctionSchedulerTest.cpp
index de1d27416514d7286f9be152ce33e26735171b89..16436413a57991e22d62e1ff7139e737c467e8bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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.
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 #include <atomic>
-#include <gtest/gtest.h>
 
 #include <folly/experimental/FunctionScheduler.h>
+#include <folly/portability/GTest.h>
 
 namespace folly {
 
@@ -318,4 +318,4 @@ TEST(FunctionScheduler, SteadyCatchup) {
   EXPECT_NEAR(100, ticks.load(), 10);
 }
 
-}
+} // namespace folly