mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-30 19:57:10 +01:00 
			
		
		
		
	| @@ -66,7 +66,7 @@ namespace Catch { | ||||
|  | ||||
|     std::string AssertionResult::getExpression() const { | ||||
|         if( isFalseTest( m_info.resultDisposition ) ) | ||||
|             return '!' + capturedExpressionWithSecondArgument(m_info.capturedExpression, m_info.secondArg); | ||||
|             return "!(" + capturedExpressionWithSecondArgument(m_info.capturedExpression, m_info.secondArg) + ")"; | ||||
|         else | ||||
|             return capturedExpressionWithSecondArgument(m_info.capturedExpression, m_info.secondArg); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash