Fix #914 being removed during last merge

This commit is contained in:
Martin Hořeňovský 2017-06-06 15:07:34 +02:00
parent 8fde7abf31
commit 47eb9b3d68
1 changed files with 1 additions and 1 deletions

View File

@ -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: