Stop checking verbosities up-front

This commit is contained in:
Martin Hořeňovský
2019-06-17 14:43:10 +02:00
parent c582e351ce
commit 0f39438aae
6 changed files with 1 additions and 39 deletions

View File

@@ -208,7 +208,6 @@ namespace Catch {
// Implementing class must also provide the following static methods:
// static std::string getDescription();
// static std::set<Verbosity> getSupportedVerbosities()
virtual ReporterPreferences getPreferences() const = 0;