diff options
| author | robot-piglet <[email protected]> | 2024-12-19 01:51:08 +0300 | 
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-12-19 02:02:03 +0300 | 
| commit | 645afa31d81274ad3cb4154064132d8008fb8e51 (patch) | |
| tree | 777411c5b3673c0ba828838f8ad66c5659aabc6a /library/cpp | |
| parent | 3a12c740b711f812b47062086b390345479f113c (diff) | |
Intermediate changes
commit_hash:57515baf5d33fd78c2555cb2b3351498b9189c72
Diffstat (limited to 'library/cpp')
| -rw-r--r-- | library/cpp/yt/memory/unittests/atomic_intrusive_ptr_ut.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/cpp/yt/memory/unittests/atomic_intrusive_ptr_ut.cpp b/library/cpp/yt/memory/unittests/atomic_intrusive_ptr_ut.cpp index 65ddd5e621d..ead150c3b99 100644 --- a/library/cpp/yt/memory/unittests/atomic_intrusive_ptr_ut.cpp +++ b/library/cpp/yt/memory/unittests/atomic_intrusive_ptr_ut.cpp @@ -12,7 +12,7 @@ namespace {  //////////////////////////////////////////////////////////////////////////////// -#if defined(_lsan_enabled_) || defined(_asan_enabled_) +#if !defined(_lsan_enabled_) && !defined(_asan_enabled_)  using ::testing::IsNull;  using ::testing::NotNull; | 
