1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-29 12:03:53 +00:00

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

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: