mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
removed non pertinant and problematic condition
This commit is contained in:
parent
21b1a598b9
commit
a77b0c74fb
1 changed files with 0 additions and 5 deletions
|
|
@ -266,11 +266,6 @@ bool ParameterizedManager::isGlobal(IgnoreScope scope)
|
|||
|
||||
ParameterizedManager & ParameterizedManager::ignoreIndex(TestParameterAbstract* const parameterized, size_t index, IgnoreScope scope)
|
||||
{
|
||||
if (_iterationDone)
|
||||
{
|
||||
throw runtime_error("can not ignore indexes after iteration began");
|
||||
}
|
||||
|
||||
bool global = isGlobal(scope);
|
||||
vector<IgnoredIndex> & ignoredIndexes = _ignoredIndexes[parameterized];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue