Use folly/portability/GTest.h in folly/executurs/test/
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 21 Oct 2017 05:25:03 +0000 (22:25 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 21 Oct 2017 05:40:43 +0000 (22:40 -0700)
commit44dcd737f7e77320d8d1380e483f93a82dc9a970
treec1f02f3dc4c304dfe9f9dc84eb86f4d3d8c8889b
parent0231b21273f809fda5753589b09e7f61c24cdac6
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
folly/executors/task_queue/test/UnboundedBlockingQueueTest.cpp
folly/executors/test/AsyncTest.cpp
folly/executors/test/CodelTest.cpp
folly/executors/test/GlobalExecutorTest.cpp
folly/executors/test/SerialExecutorTest.cpp
folly/executors/test/ThreadPoolExecutorTest.cpp
folly/executors/test/ThreadedExecutorTest.cpp