Remove testing of CATCH_CONFIG_FALLBACK_STRINGIFIER from SelfTest

This removes a potential ODR violation and the configuration option
is tested in its own separate binary anyway.
This commit is contained in:
Martin Hořeňovský
2020-01-21 15:14:24 +01:00
parent 2b696c4388
commit d63681f707
4 changed files with 12 additions and 22 deletions

View File

@@ -15098,10 +15098,10 @@ loose text artifact
</Expression>
<Expression success="true" type="REQUIRE" filename="tests/<exe-name>/UsageTests/ToStringWhich.tests.cpp" >
<Original>
::Catch::Detail::stringify(disabled_range{}) == "{ !!! }"
::Catch::Detail::stringify(disabled_range{}) == "{?}"
</Original>
<Expanded>
"{ !!! }" == "{ !!! }"
"{?}" == "{?}"
</Expanded>
</Expression>
<OverallResult success="true"/>
@@ -15135,10 +15135,10 @@ loose text artifact
<TestCase name="stringify( has_neither )" tags="[toString]" filename="tests/<exe-name>/UsageTests/ToStringWhich.tests.cpp" >
<Expression success="true" type="REQUIRE" filename="tests/<exe-name>/UsageTests/ToStringWhich.tests.cpp" >
<Original>
::Catch::Detail::stringify(item) == "{ !!! }"
::Catch::Detail::stringify(item) == "{?}"
</Original>
<Expanded>
"{ !!! }" == "{ !!! }"
"{?}" == "{?}"
</Expanded>
</Expression>
<OverallResult success="true"/>