mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Added more focussed meta test for sections and fixed bug in outstanding section detection
This commit is contained in:
@@ -297,7 +297,7 @@ namespace Catch
|
||||
const
|
||||
{
|
||||
return m_rootSection.hasUntestedSections() ||
|
||||
m_runStatus != RanToCompletionWithSections;
|
||||
m_runStatus == RanAtLeastOneSection;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user