mirror of
https://github.com/catchorg/Catch2.git
synced 2026-05-05 04:04:18 +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