mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
parent
90825a4f7a
commit
060a41ec7b
@ -46,6 +46,7 @@ namespace Catch {
|
|||||||
{
|
{
|
||||||
if( !IMutableContext::currentContext )
|
if( !IMutableContext::currentContext )
|
||||||
IMutableContext::createContext();
|
IMutableContext::createContext();
|
||||||
|
// NOLINTNEXTLINE(clang-analyzer-core.uninitialized.UndefReturn)
|
||||||
return *IMutableContext::currentContext;
|
return *IMutableContext::currentContext;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user