Skip to content
Snippets Groups Projects
Unverified Commit 9b4e6933 authored by Martin Hořeňovský's avatar Martin Hořeňovský
Browse files

Small cleanup in tests

parent 4d9bfb29
Branches
No related tags found
No related merge requests found
...@@ -472,7 +472,7 @@ TEST_CASE( "toString on wchar_t returns the string contents", "[toString]" ) { ...@@ -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() );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment