mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
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:
@@ -12545,9 +12545,9 @@ with expansion:
|
||||
"{ 1, 2, 3, 4 }" == "{ 1, 2, 3, 4 }"
|
||||
|
||||
ToStringWhich.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( ::Catch::Detail::stringify(disabled_range{}) == "{ !!! }" )
|
||||
REQUIRE( ::Catch::Detail::stringify(disabled_range{}) == "{?}" )
|
||||
with expansion:
|
||||
"{ !!! }" == "{ !!! }"
|
||||
"{?}" == "{?}"
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
stringify( has_maker )
|
||||
@@ -12582,9 +12582,9 @@ ToStringWhich.tests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
ToStringWhich.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( ::Catch::Detail::stringify(item) == "{ !!! }" )
|
||||
REQUIRE( ::Catch::Detail::stringify(item) == "{?}" )
|
||||
with expansion:
|
||||
"{ !!! }" == "{ !!! }"
|
||||
"{?}" == "{?}"
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
stringify( has_operator )
|
||||
|
Reference in New Issue
Block a user