mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Fixup bad merge in 2212cdfe
This commit is contained in:
parent
887fe1d5d2
commit
e8b785b177
@ -157,7 +157,7 @@ namespace Catch {
|
|||||||
AssertionResultData data = m_data;
|
AssertionResultData data = m_data;
|
||||||
|
|
||||||
if(m_usedStream)
|
if(m_usedStream)
|
||||||
data.message = m_stream().oss.str();
|
data.message = s_stream().oss.str();
|
||||||
data.decomposedExpression = &expr; // for lazy reconstruction
|
data.decomposedExpression = &expr; // for lazy reconstruction
|
||||||
return AssertionResult( m_assertionInfo, data );
|
return AssertionResult( m_assertionInfo, data );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user