mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Fixed HasExpression check
classic spurious ! prefix
This commit is contained in:
		@@ -107,7 +107,7 @@ namespace Catch {
 | 
			
		||||
                    message += "\n" + it->message;
 | 
			
		||||
                
 | 
			
		||||
                
 | 
			
		||||
                if( !result.hasExpression() ) {
 | 
			
		||||
                if( result.hasExpression() ) {
 | 
			
		||||
                    details =
 | 
			
		||||
                        "  " + result.getExpressionInMacro() + "\n"
 | 
			
		||||
                        "with expansion:\n" +
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user