mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-14 09:25:40 +02:00
This commit is contained in:
@@ -6285,6 +6285,18 @@ PASSED:
|
||||
with expansion:
|
||||
__null == 0
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
null_ptr
|
||||
-------------------------------------------------------------------------------
|
||||
TrickyTests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
TrickyTests.cpp:<line number>:
|
||||
PASSED:
|
||||
REQUIRE( ptr.get() == nullptr )
|
||||
with expansion:
|
||||
__null == nullptr
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
X/level/0/a
|
||||
-------------------------------------------------------------------------------
|
||||
@@ -6668,5 +6680,5 @@ with expansion:
|
||||
true
|
||||
|
||||
===============================================================================
|
||||
126 test cases - 54 failed (647 assertions - 111 failed)
|
||||
127 test cases - 54 failed (648 assertions - 111 failed)
|
||||
|
||||
|
Reference in New Issue
Block a user