mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Cleaned up some more warnings
This commit is contained in:
		| @@ -36,7 +36,7 @@ TEST_CASE( "succeeding/Misc/Sections/nested", "nested SECTION tests" ) | ||||
|      | ||||
|     SECTION( "s1", "doesn't equal" ) | ||||
|     { | ||||
|         REQUIRE( a != b ) "a should not equal b"; | ||||
|         REQUIRE( a != b ); | ||||
|         REQUIRE( b != a ); | ||||
|  | ||||
|         SECTION( "s2", "not equal" ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash