mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	test case for infinite loop
This commit is contained in:
		| @@ -332,3 +332,13 @@ TEST_CASE( "vectors can be sized and resized", "[vector]" ) { | ||||
|         REQUIRE( v.capacity() >= 5 ); | ||||
|     } | ||||
| } | ||||
|  | ||||
| // https://github.com/philsquared/Catch/issues/166 | ||||
| //TEST_CASE("CatchSectionInfiniteLoop", "") | ||||
| //{ | ||||
| //    SECTION("Outer", "") | ||||
| //        SECTION("Inner", "") | ||||
| //            SUCCEED("that's not flying - that's failing in style"); | ||||
| // | ||||
| //    FAIL("to infinity and beyond"); | ||||
| //} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash