mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-16 02:49:32 +01:00
Refactoring ResultData out of ResultInfo/ Builder pt1
This commit is contained in:
@@ -242,9 +242,9 @@ namespace Catch {
|
||||
private:
|
||||
|
||||
ResultAction::Value actOnCurrentResult() {
|
||||
testEnded( m_currentResult );
|
||||
m_lastResult = m_currentResult;
|
||||
|
||||
m_lastResult = m_currentResult.build();
|
||||
testEnded( m_lastResult );
|
||||
|
||||
m_currentResult = ResultInfoBuilder();
|
||||
|
||||
ResultAction::Value action = ResultAction::None;
|
||||
|
||||
Reference in New Issue
Block a user