ResultData -> AssertionResultData

This commit is contained in:
Phil Nash 2012-10-16 08:33:13 +01:00
parent c597a893fa
commit a5fa78284d
4 changed files with 7 additions and 7 deletions

View file

@ -65,7 +65,7 @@ namespace Catch {
AssertionResult AssertionResultBuilder::build() const
{
ResultData data = m_data;
AssertionResultData data = m_data;
data.reconstructedExpression = reconstructExpression();
if( m_isFalse ) {
if( m_op == "" ) {