Commit 65c55155 authored by Cameron Pickett's avatar Cameron Pickett Committed by Facebook GitHub Bot

Fix bug in folly coro GtestHelpers

Differential Revision: D26084514

fbshipit-source-id: ab7e94bb0f0da04d60af7112f34c7c221125feb7
parent d141da43
......@@ -95,7 +95,7 @@ folly::coro::Task<void> GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::co_Te
GTEST_TEST_BOOLEAN_( \
!(condition), #condition, true, false, CO_GTEST_FATAL_FAILURE_)
#define CO_ASSERT_EQ(val1, val2) \
ASSERT_PRED_FORMAT2( \
CO_ASSERT_PRED_FORMAT2( \
::testing::internal::EqHelper<GTEST_IS_NULL_LITERAL_(val1)>::Compare, \
val1, \
val2)
......
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