forked from catchorg/Catch2
Renamed ResultInfo -> AssertionResult
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Catch{
|
||||
return totals;
|
||||
}
|
||||
|
||||
void MockReporter::Result( const ResultInfo& resultInfo ) {
|
||||
void MockReporter::Result( const AssertionResult& resultInfo ) {
|
||||
if( resultInfo.getResultType() == ResultWas::Ok )
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user