mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Fix #914 being removed during last merge
This commit is contained in:
		@@ -81,7 +81,7 @@ public:
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    virtual void reconstructExpression( std::string& dest ) const override {
 | 
			
		||||
        dest = ::Catch::Detail::stringify( m_truthy );
 | 
			
		||||
        dest = ::Catch::Detail::stringify( m_lhs );
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user