Skip to content

Commit

Permalink
Fix #914 being removed during last merge
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Jun 6, 2017
1 parent 8fde7ab commit 47eb9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/internal/catch_expression_lhs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ExpressionLhs : public DecomposedExpression {
}

virtual void reconstructExpression( std::string& dest ) const override {
dest = ::Catch::Detail::stringify( m_truthy );
dest = ::Catch::Detail::stringify( m_lhs );
}

private:
Expand Down

0 comments on commit 47eb9b3

Please sign in to comment.