mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-15 01:45:39 +02:00
Enabled c++11 tests in approvals
This commit is contained in:
@@ -1001,7 +1001,23 @@ TrickyTests.cpp:<line number>: FAILED:
|
||||
with expansion:
|
||||
"first" == "second"
|
||||
|
||||
===============================================================================
|
||||
test cases: 173 | 123 passed | 46 failed | 4 failed as expected
|
||||
assertions: 907 | 792 passed | 94 failed | 21 failed as expected
|
||||
-------------------------------------------------------------------------------
|
||||
toString(enum class)
|
||||
-------------------------------------------------------------------------------
|
||||
EnumToString.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
EnumToString.cpp:<line number>: FAILED:
|
||||
CHECK( ::Catch::Detail::stringify(e0) == "0" )
|
||||
with expansion:
|
||||
"{?}" == "0"
|
||||
|
||||
EnumToString.cpp:<line number>: FAILED:
|
||||
CHECK( ::Catch::Detail::stringify(e1) == "1" )
|
||||
with expansion:
|
||||
"{?}" == "1"
|
||||
|
||||
===============================================================================
|
||||
test cases: 186 | 135 passed | 47 failed | 4 failed as expected
|
||||
assertions: 939 | 822 passed | 96 failed | 21 failed as expected
|
||||
|
||||
|
Reference in New Issue
Block a user