REQUIRE_THAT
and CHECK_THAT
do not work
#67
Labels
bug:confirmed
Something isn't working (confirmed)
Milestone
There are two issues (same for
REQUIRE
andCHECK
variants):REQUIRE_THAT
expands toSNITCH_REQUIRE
instead ofSNITCH_REQUIRE_THAT
SNITCH_REQUIRE_THAT
uses the outdated matcher API, hence won't compile.The text was updated successfully, but these errors were encountered: