mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
8 lines
126 B
C++
8 lines
126 B
C++
#include "gtest_global_context.h"
|
|
|
|
const ContextHolder & getContext()
|
|
{
|
|
static ContextHolder holder;
|
|
return holder;
|
|
}
|