mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
test case for infinite loop
This commit is contained in:
parent
11e55161e1
commit
0c5626962a
@ -332,3 +332,13 @@ TEST_CASE( "vectors can be sized and resized", "[vector]" ) {
|
|||||||
REQUIRE( v.capacity() >= 5 );
|
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");
|
||||||
|
//}
|
||||||
|
Loading…
Reference in New Issue
Block a user