mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Merge pull request #1611 from cincodenada/unscoped-disabled-prefixed
Add UNSCOPED_INFO to prefix/disabled sections
This commit is contained in:
		| @@ -48,6 +48,7 @@ CATCH_TEST_CASE("PrefixedMacros") { | ||||
|     CATCH_CHECK_THAT("bdef", Equals("bdef")); | ||||
|  | ||||
|     CATCH_INFO( "some info" ); | ||||
|     CATCH_UNSCOPED_INFO( "some info" ); | ||||
|     CATCH_WARN( "some warn" ); | ||||
|     CATCH_SECTION("some section") { | ||||
|         int i = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský