forked from catchorg/Catch2
Tagged a C++11 specific test with [c++11] to exclude from approval tests (for now)
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user