mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00

committed by
Martin Hořeňovský

parent
90825a4f7a
commit
060a41ec7b
@@ -46,6 +46,7 @@ namespace Catch {
|
||||
{
|
||||
if( !IMutableContext::currentContext )
|
||||
IMutableContext::createContext();
|
||||
// NOLINTNEXTLINE(clang-analyzer-core.uninitialized.UndefReturn)
|
||||
return *IMutableContext::currentContext;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user