Fixed warning in 32 bit builds

This commit is contained in:
Phil Nash 2011-03-21 08:09:47 +00:00
parent 7dfd830a3a
commit 18553e09fd
1 changed files with 1 additions and 1 deletions

View File

@ -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<unsigned long>::max)() > ul );
}
// Because we have to do some conversions when comparing certain signed/ unsigned types (to avoid