From d2e814ff2337b0a1b4000527d224b34199dae90b Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 10 Feb 2017 19:13:45 +0000 Subject: [PATCH] Tagged a C++11 specific test with [c++11] to exclude from approval tests (for now) --- projects/SelfTest/ApproxTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/SelfTest/ApproxTests.cpp b/projects/SelfTest/ApproxTests.cpp index 6b7cf44a..8e7e33c2 100644 --- a/projects/SelfTest/ApproxTests.cpp +++ b/projects/SelfTest/ApproxTests.cpp @@ -160,7 +160,7 @@ inline std::ostream& operator<<( std::ostream& os, StrongDoubleTypedef td ) { TEST_CASE ( "Comparison with explicitly convertible types", - "[Approx]" + "[Approx][c++11]" ) { StrongDoubleTypedef td(10.0);