Assume support for variadic macros

This commit is contained in:
Alexander Grund 2020-07-09 18:44:36 +02:00
parent f678f4d91f
commit 3b3700fda6
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
5 changed files with 0 additions and 77 deletions

View file

@ -9,8 +9,6 @@
#include <turtle/constraint.hpp>
#include <boost/test/auto_unit_test.hpp>
#ifdef MOCK_VARIADIC_MACROS
namespace
{
MOCK_CONSTRAINT( constraint_0, actual == 0 )
@ -25,8 +23,6 @@ BOOST_AUTO_TEST_CASE( mock_constraint_is_supported_by_compilers_with_variadic_ma
BOOST_CHECK( constraint_2( 0, 0 ).c_( 0 ) );
}
#endif // MOCK_VARIADIC_MACROS
namespace
{
MOCK_CONSTRAINT_EXT( constraint_0_ext, 0,, actual == 0 )