Commit 829d362d authored by Qinfan Wu's avatar Qinfan Wu Committed by Facebook Github Bot

Disable CoroTest for gcc builds

Summary: [Folly][coro] Disable CoroTest for gcc builds.

Reviewed By: yfeldblum

Differential Revision: D7314274

fbshipit-source-id: 06747135350001b55d6ce95e1ce4bf738fca0227
parent 25702fca
......@@ -13,6 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#if FOLLY_HAS_COROUTINES
#include <folly/executors/ManualExecutor.h>
#include <folly/experimental/coro/Future.h>
#include <folly/io/async/ScopedEventBaseThread.h>
......@@ -155,3 +158,5 @@ TEST(Coro, CurrentExecutor) {
future.wait();
EXPECT_EQ(42, future.get());
}
#endif
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