mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-17 02:25:38 +02:00
Enabled c++11 tests in approvals
This commit is contained in:
@@ -372,7 +372,7 @@ TEST_CASE( "XmlEncode" ) {
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE( "long long", "[c++11][.]" ) {
|
||||
TEST_CASE( "long long" ) {
|
||||
long long l = std::numeric_limits<long long>::max();
|
||||
|
||||
REQUIRE( l == std::numeric_limits<long long>::max() );
|
||||
|
Reference in New Issue
Block a user