mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 00:51:52 +01:00 
			
		
		
		
	Fixup bad merge in 2212cdfe
				
					
				
			This commit is contained in:
		@@ -157,7 +157,7 @@ namespace Catch {
 | 
			
		||||
        AssertionResultData data = m_data;
 | 
			
		||||
 | 
			
		||||
        if(m_usedStream)
 | 
			
		||||
            data.message = m_stream().oss.str();
 | 
			
		||||
            data.message = s_stream().oss.str();
 | 
			
		||||
        data.decomposedExpression = &expr; // for lazy reconstruction
 | 
			
		||||
        return AssertionResult( m_assertionInfo, data );
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user