mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Tagged a C++11 specific test with [c++11] to exclude from approval tests (for now)
This commit is contained in:
parent
f75a511b5c
commit
d2e814ff23
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user