Tagged a C++11 specific test with [c++11] to exclude from approval tests (for now)

This commit is contained in:
Phil Nash 2017-02-10 19:13:45 +00:00
parent f75a511b5c
commit d2e814ff23

View File

@ -160,7 +160,7 @@ inline std::ostream& operator<<( std::ostream& os, StrongDoubleTypedef td ) {
TEST_CASE TEST_CASE
( (
"Comparison with explicitly convertible types", "Comparison with explicitly convertible types",
"[Approx]" "[Approx][c++11]"
) )
{ {
StrongDoubleTypedef td(10.0); StrongDoubleTypedef td(10.0);