Commit 44dcd737 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Use folly/portability/GTest.h in folly/executurs/test/

Summary:
[Folly] Use `folly/portability/GTest.h` in `folly/executurs/test/`.

Applying the general rule for folly tests to some recently-introduced violations.

Reviewed By: Orvid

Differential Revision: D6113707

fbshipit-source-id: f9a2961ac845489b85b5a539595e4c82df03d922
parent 0231b212
......@@ -15,7 +15,7 @@
*/
#include <folly/executors/task_queue/UnboundedBlockingQueue.h>
#include <folly/Baton.h>
#include <gtest/gtest.h>
#include <folly/portability/GTest.h>
#include <thread>
using namespace folly;
......
......@@ -16,7 +16,7 @@
#include <folly/executors/Async.h>
#include <folly/futures/ManualExecutor.h>
#include <gtest/gtest.h>
#include <folly/portability/GTest.h>
using namespace folly;
......
......@@ -15,7 +15,7 @@
*/
#include <folly/executors/Codel.h>
#include <gtest/gtest.h>
#include <folly/portability/GTest.h>
#include <chrono>
#include <thread>
......
......@@ -16,7 +16,7 @@
#include <folly/executors/GlobalExecutor.h>
#include <folly/executors/IOExecutor.h>
#include <gtest/gtest.h>
#include <folly/portability/GTest.h>
using namespace folly;
......
......@@ -16,12 +16,11 @@
#include <chrono>
#include <gtest/gtest.h>
#include <folly/Baton.h>
#include <folly/executors/CPUThreadPoolExecutor.h>
#include <folly/executors/SerialExecutor.h>
#include <folly/futures/InlineExecutor.h>
#include <folly/portability/GTest.h>
using namespace std::chrono;
using folly::SerialExecutor;
......
......@@ -22,7 +22,7 @@
#include <folly/executors/ThreadPoolExecutor.h>
#include <folly/executors/task_queue/LifoSemMPMCQueue.h>
#include <folly/executors/thread_factory/PriorityThreadFactory.h>
#include <gtest/gtest.h>
#include <folly/portability/GTest.h>
using namespace folly;
using namespace std::chrono;
......
......@@ -16,11 +16,10 @@
#include <folly/executors/ThreadedExecutor.h>
#include <gtest/gtest.h>
#include <folly/Conv.h>
#include <folly/futures/Future.h>
#include <folly/gen/Base.h>
#include <folly/portability/GTest.h>
namespace {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment