mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-16 18:15:42 +02:00
Some tidy-up
This commit is contained in:
@@ -67,8 +67,8 @@ public:
|
||||
m_resultBuilder << value;
|
||||
return *this;
|
||||
}
|
||||
AssertionResultData getInfo () const {
|
||||
return m_resultBuilder.build( AssertionInfo() ); // !TBD
|
||||
AssertionResult buildResult( const AssertionInfo& assertionInfo ) const {
|
||||
return m_resultBuilder.buildResult( assertionInfo );
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user