mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-16 02:49:32 +01:00
Changed relative #includes and made SourceLineInfo sortable (added < op)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user