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
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue