Adds writer test case for RCU
[folly.git] / folly / io / async / test / AsyncTransportTest.cpp
index 8a7f525ba6d528a8616bb445545612d5fc8f95b2..941e8d7bb653c4db1bdb718d48a4aebe561efda7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2015-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #include <folly/io/async/AsyncTransport.h>
-#include <folly/io/async/AsyncSocket.h>
 
+#include <folly/io/async/AsyncSocket.h>
 #include <folly/io/async/test/MockAsyncTransport.h>
-
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace testing;
 
@@ -46,4 +46,4 @@ TEST(AsyncTransportTest, getSocketFromWrappedTransport) {
   ASSERT_EQ(transportAddr, sock);
 }
 
-} // namespace
+} // namespace folly