Fixup bad merge in 2212cdfe
This commit is contained in:
parent
887fe1d5d2
commit
e8b785b177
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ namespace Catch {
|
|||
AssertionResultData data = m_data;
|
||||
|
||||
if(m_usedStream)
|
||||
data.message = m_stream().oss.str();
|
||||
data.message = s_stream().oss.str();
|
||||
data.decomposedExpression = &expr; // for lazy reconstruction
|
||||
return AssertionResult( m_assertionInfo, data );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue