mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-01 07:31:50 +01:00
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