mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Patched issue where an assert before the first section can cause a set-fault (needs a better fix, though)
This commit is contained in:
@@ -279,7 +279,7 @@ namespace Catch {
|
||||
if( !currentSectionInfo ) {
|
||||
printHeader( unusedTestCaseInfo->name );
|
||||
stream << std::endl;
|
||||
unusedTestCaseInfo.reset();
|
||||
// unusedTestCaseInfo.reset();
|
||||
}
|
||||
}
|
||||
void lazyPrintSectionInfo() {
|
||||
|
Reference in New Issue
Block a user