ClickHouse/src/Common/tests/gtest_global_context.cpp

8 lines
126 B
C++

#include "gtest_global_context.h"
const ContextHolder & getContext()
{
static ContextHolder holder;
return holder;
}