Commit 2d871f2f authored by Orvid King's avatar Orvid King Committed by Facebook GitHub Bot

Use portability/GTest.h

Summary: Don't use gtest/gtest.h directly.

Reviewed By: yfeldblum

Differential Revision: D25659806

fbshipit-source-id: a8dd0da814465a787ab7904bdd0256f22b6e3ed8
parent e4eb39f3
......@@ -16,10 +16,9 @@
#pragma once
#include <gtest/gtest.h>
#include <folly/experimental/coro/BlockingWait.h>
#include <folly/experimental/coro/Task.h>
#include <folly/portability/GTest.h>
/**
* This is based on the GTEST_TEST_ macro from gtest-internal.h. It seems that
......
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