From c26693df237f7a9c7330f0ad7334d9a96a65d46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 29 Aug 2020 19:55:17 +0200 Subject: [PATCH] Fix doccomment on shouldShowDuration reporter helper --- src/catch2/reporters/catch_reporter_helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );