mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 21:49:24 +00:00
Small fixes and started new section tracking code
This commit is contained in:
parent
f3d1f08c3b
commit
372a6c6fed
8 changed files with 294 additions and 13 deletions
|
@ -62,8 +62,8 @@ namespace Catch {
|
|||
std::map<std::string, IGeneratorsForTest*>::const_iterator it =
|
||||
m_generatorsByTestName.find( testName );
|
||||
return it != m_generatorsByTestName.end()
|
||||
? it->second
|
||||
: NULL;
|
||||
? it->second
|
||||
: NULL;
|
||||
}
|
||||
|
||||
IGeneratorsForTest& getGeneratorsForCurrentTest() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue