diff --git a/test/preprocessor_test.cpp b/test/preprocessor_test.cpp index 775398f..ca88372 100644 --- a/test/preprocessor_test.cpp +++ b/test/preprocessor_test.cpp @@ -125,7 +125,7 @@ BOOST_PREPROCESSOR_REPEAT_2ND(BOOST_PREPROCESSOR_INC(IS_FUNCTION_HELPER_TEST_MAX int test_arithmetic_1[0+(BOOST_PREPROCESSOR_ADD(5,10)==15)]; int test_arithmetic_2[0+(BOOST_PREPROCESSOR_ADD(0,10)==10)]; -int test_arithmetic_3[0+(BOOST_PREPROCESSOR_ADD(1,BOOST_PREPROCESSOR_LIMIT_MAG)==BOOST_PREPROCESSOR_LIMIT_MAG)]; +int test_arithmetic_3[0+(BOOST_PREPROCESSOR_ADD(11,BOOST_PREPROCESSOR_SUB(BOOST_PREPROCESSOR_LIMIT_MAG,10))==BOOST_PREPROCESSOR_LIMIT_MAG)]; int test_arithmetic_4[0+(BOOST_PREPROCESSOR_SUB(11,0)==11)]; int test_arithmetic_5[0+(BOOST_PREPROCESSOR_SUB(12,1)==11)]; int test_arithmetic_6[0+(BOOST_PREPROCESSOR_SUB(3,4)==0)];