mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-04 06:15:41 +02:00
Fix StringMaker for time_point<system_clock> with non-default duration
Fixes #2685
This commit is contained in:
@@ -18398,6 +18398,19 @@ Generators.tests.cpp:<line number>: PASSED:
|
||||
with expansion:
|
||||
4 == 4
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
system_clock timepoint with non-default duration
|
||||
-------------------------------------------------------------------------------
|
||||
ToStringChrono.tests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
ToStringChrono.tests.cpp:<line number>: PASSED:
|
||||
CHECK( tp1 == tp2 )
|
||||
with expansion:
|
||||
{iso8601-timestamp}
|
||||
==
|
||||
{iso8601-timestamp}
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
tables
|
||||
-------------------------------------------------------------------------------
|
||||
@@ -19189,6 +19202,6 @@ Misc.tests.cpp:<line number>
|
||||
Misc.tests.cpp:<line number>: PASSED:
|
||||
|
||||
===============================================================================
|
||||
test cases: 432 | 314 passed | 95 failed | 6 skipped | 17 failed as expected
|
||||
assertions: 2290 | 2092 passed | 157 failed | 41 failed as expected
|
||||
test cases: 433 | 315 passed | 95 failed | 6 skipped | 17 failed as expected
|
||||
assertions: 2291 | 2093 passed | 157 failed | 41 failed as expected
|
||||
|
||||
|
Reference in New Issue
Block a user