diff --git a/Test/ConditionTests.cpp b/Test/ConditionTests.cpp index 96fcb1a7..a566cfd0 100644 --- a/Test/ConditionTests.cpp +++ b/Test/ConditionTests.cpp @@ -178,7 +178,7 @@ TEST_CASE( "./succeeding/conditions/int literals", "Comparisons with int literal REQUIRE( 5 == c ); REQUIRE( 6 == uc ); - REQUIRE( 62270208023445 > ul ); + REQUIRE( (std::numeric_limits::max)() > ul ); } // Because we have to do some conversions when comparing certain signed/ unsigned types (to avoid