forgot to remove this test after commit a77b0c74fb

This commit is contained in:
Gabriel Schlozer 2016-08-25 17:48:28 +02:00
parent b48bd9852e
commit 17d6e82ca6

View file

@ -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)
{