aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-09-19 14:55:32 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-09-19 15:17:50 +0300
commitabd26295aa269cc7d35717e1913e804eb33d6130 (patch)
tree14d1fb138dd5d78ce312308a955227005f30c83e /yt
parentc8d10a55fae183dec3cd6c01fe6da5a41d1ca931 (diff)
downloadydb-abd26295aa269cc7d35717e1913e804eb33d6130.tar.gz
Intermediate changes
Diffstat (limited to 'yt')
-rw-r--r--yt/yt/core/misc/unittests/memory_tag_ut.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/yt/yt/core/misc/unittests/memory_tag_ut.cpp b/yt/yt/core/misc/unittests/memory_tag_ut.cpp
index 346cb86e0b..f74563f64d 100644
--- a/yt/yt/core/misc/unittests/memory_tag_ut.cpp
+++ b/yt/yt/core/misc/unittests/memory_tag_ut.cpp
@@ -16,6 +16,7 @@
#if !defined(_msan_enabled_) and !defined(_asan_enabled_) and defined(_linux_) and defined(YT_ALLOC_ENABLED)
namespace NYT {
+namespace {
////////////////////////////////////////////////////////////////////////////////
@@ -24,8 +25,6 @@ volatile const void* FakeSideEffectVolatileVariable = nullptr;
////////////////////////////////////////////////////////////////////////////////
-namespace {
-
using namespace NConcurrency;
using namespace ::testing;