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:
@@ -209,7 +209,7 @@ namespace ObjectWithNonConstEqualityOperator
|
||||
TEST_CASE("./succeeding/non-const==", "Demonstrate that a non-const == is not used")
|
||||
{
|
||||
Test t( 1 );
|
||||
REQUIRE( t == 1 );
|
||||
REQUIRE( t == 1u );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user