mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Merge branch 'master' of github.com:philsquared/Catch
This commit is contained in:
		| @@ -129,7 +129,7 @@ namespace Catch { | ||||
|             { | ||||
|                 u_int count; | ||||
|                 Method* methods = class_copyMethodList( cls, &count ); | ||||
|                 for( int m = 0; m < count ; m++ ) { | ||||
|                 for( u_int m = 0; m < count ; m++ ) { | ||||
|                     SEL selector = method_getName(methods[m]); | ||||
|                     std::string methodName = sel_getName(selector); | ||||
|                     if( Detail::startsWith( methodName, "Catch_TestCase_" ) ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash