mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-30 22:51:49 +01:00 
			
		
		
		
	Address some of the Resharper finds for Catch 1
Closes #957 as the other findings are mostly noise that is pointless to fix in a branch that will be soon EoLd.
This commit is contained in:
		| @@ -30,7 +30,7 @@ namespace Catch { | ||||
|         ITagAliasRegistry const* m_tagAliases; | ||||
|  | ||||
|     public: | ||||
|         TestSpecParser( ITagAliasRegistry const& tagAliases ) : m_tagAliases( &tagAliases ) {} | ||||
|         TestSpecParser( ITagAliasRegistry const& tagAliases ) :m_mode(None), m_exclusion(false), m_start(0), m_pos(0), m_tagAliases( &tagAliases ) {} | ||||
|  | ||||
|         TestSpecParser& parse( std::string const& arg ) { | ||||
|             m_mode = None; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user