Commit c83add40 authored by Kenton Varda's avatar Kenton Varda

Fix bug in test filters where if you specified only a single test rather than a…

Fix bug in test filters where if you specified only a single test rather than a range, all tests after it in the same file would run.
parent 95a1d853
...@@ -319,6 +319,7 @@ public: ...@@ -319,6 +319,7 @@ public:
} }
} else if (*end == '\0') { } else if (*end == '\0') {
parsedRange = true; parsedRange = true;
maxLine = minLine;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment