mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 11:35:39 +02:00
Some more reformatting.
Also fixed some warnings
This commit is contained in:
@@ -247,7 +247,7 @@ TEST_CASE( "./succeeding/conditions/ptr",
|
||||
REQUIRE( returnsNull() == NULL );
|
||||
REQUIRE( returnsConstNull() == NULL );
|
||||
|
||||
// REQUIRE( NULL != p ); // gives warning, but should compile and run ok
|
||||
REQUIRE( NULL != p );
|
||||
}
|
||||
|
||||
// Not (!) tests
|
||||
|
Reference in New Issue
Block a user