forked from catchorg/Catch2
Fixes #1766: Catch terminates when parsing invalid test name
This commit is contained in:
committed by
Jozef Grajciar
parent
01ef7076f5
commit
84856844e1
@@ -91,5 +91,9 @@ namespace Catch {
|
||||
} );
|
||||
return matches;
|
||||
}
|
||||
|
||||
const TestSpec::vectorStrings& TestSpec::getInvalidArgs() const{
|
||||
return (m_invalidArgs);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user