mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Fixed warning in 32 bit builds
This commit is contained in:
parent
7dfd830a3a
commit
18553e09fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user