Fix doccomment on shouldShowDuration reporter helper

This commit is contained in:
Martin Hořeňovský 2020-08-29 19:55:17 +02:00
parent 33ad1ee2ac
commit c26693df23
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -12,7 +12,7 @@ namespace Catch {
// Returns double formatted as %.3f (format expected on output) // Returns double formatted as %.3f (format expected on output)
std::string getFormattedDuration( double duration ); 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 ); bool shouldShowDuration( IConfig const& config, double duration );
std::string serializeFilters( std::vector<std::string> const& filters ); std::string serializeFilters( std::vector<std::string> const& filters );