Merge pull request #1336 from ax3l/topic-overrideVirtualRedundant

Refactor: override implies virtual
This commit is contained in:
Martin Hořeňovský 2019-04-18 14:10:24 +02:00 committed by GitHub
commit c3c82f539c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 31 additions and 31 deletions

View file

@ -85,7 +85,7 @@ namespace Catch {
std::vector<std::string> const& getTestsOrTags() const override;
std::vector<std::string> const& getSectionsToRun() const override;
virtual TestSpec const& testSpec() const override;
TestSpec const& testSpec() const override;
bool hasTestFilters() const override;
bool showHelp() const;