diff --git a/tests/TestParameterizedTest.cpp b/tests/TestParameterizedTest.cpp index a9d2e96..6589131 100644 --- a/tests/TestParameterizedTest.cpp +++ b/tests/TestParameterizedTest.cpp @@ -272,15 +272,6 @@ SUITE(ParameterizedTest) ////////// - TEST(IgnoreIndex_IgnoreAfterIterationBegan_ThrowsException) - { - pzVowel.ignoreIndex(0); - pzVowel(); - CHECK_THROW(pzVowel.ignoreIndex(1), runtime_error); - } - - ////////// - string ignoreSomeVowelsByValue; TEST(Ignore_IgnoreSome) {