mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-14 09:25:40 +02:00
build 19
- fixes nullptr regression (I had accidentally left in some dev changes)
This commit is contained in:
@@ -6367,18 +6367,6 @@ PASSED:
|
||||
with expansion:
|
||||
__null == 0
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
null_ptr
|
||||
-------------------------------------------------------------------------------
|
||||
TrickyTests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
TrickyTests.cpp:<line number>:
|
||||
PASSED:
|
||||
REQUIRE( ptr.get() == std::__1::__get_nullptr_t() )
|
||||
with expansion:
|
||||
__null == nullptr
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
X/level/0/a
|
||||
-------------------------------------------------------------------------------
|
||||
@@ -7143,5 +7131,5 @@ with expansion:
|
||||
true
|
||||
|
||||
===============================================================================
|
||||
122 test cases - 51 failed (694 assertions - 110 failed)
|
||||
121 test cases - 51 failed (693 assertions - 110 failed)
|
||||
|
||||
|
Reference in New Issue
Block a user