diff --git a/src/catch2/reporters/catch_reporter_helpers.hpp b/src/catch2/reporters/catch_reporter_helpers.hpp index 88e7636b..0490c839 100644 --- a/src/catch2/reporters/catch_reporter_helpers.hpp +++ b/src/catch2/reporters/catch_reporter_helpers.hpp @@ -12,7 +12,7 @@ namespace Catch { // Returns double formatted as %.3f (format expected on output) std::string getFormattedDuration( double duration ); - //! Should the reporter show + //! Should the reporter show duration of test given current configuration? bool shouldShowDuration( IConfig const& config, double duration ); std::string serializeFilters( std::vector const& filters );