Enabled c++11 tests in approvals

This commit is contained in:
Phil Nash
2017-07-13 08:52:51 +01:00
parent e4456aa243
commit c874a99c6c
11 changed files with 649 additions and 30 deletions

View File

@@ -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() );