Patch:Failure to apply filters through external file

This commit is contained in:
amitherman95
2019-10-08 13:55:08 +03:00
committed by Martin Hořeňovský
parent 75200e199e
commit adb4789136
2 changed files with 12 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ namespace Catch {
Mode lastMode = None;
bool m_exclusion = false;
std::size_t m_pos = 0;
std::size_t m_realPatternPos = 0;
std::string m_arg;
std::string m_substring;
std::string m_patternName;