Fixup single_include to be consistent with last tag

Closes #1975
This commit is contained in:
Martin Hořeňovský 2020-07-07 11:30:37 +02:00
parent 6f7c191513
commit 91576352f9
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 1 deletions

View File

@ -4522,7 +4522,6 @@ namespace Catch {
virtual int abortAfter() const = 0;
virtual bool showInvisibles() const = 0;
virtual ShowDurations::OrNot showDurations() const = 0;
virtual double minDuration() const = 0;
virtual TestSpec const& testSpec() const = 0;
virtual bool hasTestFilters() const = 0;
virtual std::vector<std::string> const& getTestsOrTags() const = 0;