There was an error while loading. Please reload this page.
1 parent c4eb867 commit be13be2Copy full SHA for be13be2
1 file changed
src/catch2/internal/catch_run_context.hpp
@@ -140,7 +140,6 @@ namespace Catch {
140
private:
141
142
void handleUnfinishedSections();
143
- // TODO: Make this a recursive mutex if we use a single big mutex in the fatal error handler
144
mutable Detail::Mutex m_assertionMutex;
145
TestRunInfo m_runInfo;
146
TestCaseHandle const* m_activeTestCase = nullptr;
0 commit comments