mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 13:39:24 +00:00
Changed relative #includes and made SourceLineInfo sortable (added < op)
This commit is contained in:
parent
7f5615272b
commit
5eb7748a55
7 changed files with 9 additions and 5 deletions
|
@ -60,7 +60,7 @@ namespace Catch {
|
|||
std::string testName = getResultCapture()->getCurrentTestName();
|
||||
|
||||
std::map<std::string, IGeneratorsForTest*>::const_iterator it =
|
||||
m_generatorsByTestName.find( testName );
|
||||
m_generatorsByTestName.find( testName );
|
||||
return it != m_generatorsByTestName.end()
|
||||
? it->second
|
||||
: NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue