mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Fixed typo in CLI error reporting
This commit is contained in:
		| @@ -51,7 +51,7 @@ namespace Catch { | |||||||
|             ss << seed; |             ss << seed; | ||||||
|             ss >> config.rngSeed; |             ss >> config.rngSeed; | ||||||
|             if( ss.fail() ) |             if( ss.fail() ) | ||||||
|                 throw std::runtime_error( "Argment to --rng-seed should be the word 'time' or a number" ); |                 throw std::runtime_error( "Argument to --rng-seed should be the word 'time' or a number" ); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     inline void setVerbosity( ConfigData& config, int level ) { |     inline void setVerbosity( ConfigData& config, int level ) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský