mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Some toString cleanups
This commit is contained in:
		@@ -35,7 +35,7 @@ namespace Catch {
 | 
			
		||||
                    throw;
 | 
			
		||||
                }
 | 
			
		||||
                @catch (NSException *exception) {
 | 
			
		||||
                    return toString( [exception description] );
 | 
			
		||||
                    return Catch::toString( [exception description] );
 | 
			
		||||
                }
 | 
			
		||||
#else
 | 
			
		||||
                throw;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user