mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Small cleanup in tests
This commit is contained in:
		| @@ -472,7 +472,7 @@ TEST_CASE( "toString on wchar_t returns the string contents", "[toString]" ) { | ||||
| #endif // CATCH_CONFIG_WCHAR | ||||
|  | ||||
| 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() ); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský