mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 01:47:57 +00:00
ResultData -> AssertionResultData
This commit is contained in:
parent
c597a893fa
commit
a5fa78284d
4 changed files with 7 additions and 7 deletions
|
@ -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 == "" ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue