mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-01 17:37:57 +00:00
Added more focussed meta test for sections and fixed bug in outstanding section detection
This commit is contained in:
parent
a243a23363
commit
65e4111c31
2 changed files with 12 additions and 4 deletions
|
@ -297,7 +297,7 @@ namespace Catch
|
|||
const
|
||||
{
|
||||
return m_rootSection.hasUntestedSections() ||
|
||||
m_runStatus != RanToCompletionWithSections;
|
||||
m_runStatus == RanAtLeastOneSection;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue