mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
forgot to remove this test after commit a77b0c74fb
This commit is contained in:
parent
b48bd9852e
commit
17d6e82ca6
1 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue