mirror of
https://github.com/catchorg/Catch2.git
synced 2025-01-11 04:13:29 +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;
|
||||
|
||||
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…
Reference in New Issue
Block a user