mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Small cleanup in tests
This commit is contained in:
parent
4d9bfb2951
commit
9b4e69333f
@ -472,7 +472,7 @@ TEST_CASE( "toString on wchar_t returns the string contents", "[toString]" ) {
|
|||||||
#endif // CATCH_CONFIG_WCHAR
|
#endif // CATCH_CONFIG_WCHAR
|
||||||
|
|
||||||
TEST_CASE( "long long" ) {
|
TEST_CASE( "long long" ) {
|
||||||
long long l = std::numeric_limits<long long>::max();
|
constexpr long long l = std::numeric_limits<long long>::max();
|
||||||
|
|
||||||
REQUIRE( l == std::numeric_limits<long long>::max() );
|
REQUIRE( l == std::numeric_limits<long long>::max() );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user