diff options
| author | dann239 <[email protected]> | 2026-05-12 10:48:52 +0300 |
|---|---|---|
| committer | dann239 <[email protected]> | 2026-05-12 11:18:13 +0300 |
| commit | 45287cc21ce4c76805e11f580ecf76e1c5fceaa2 (patch) | |
| tree | 54f5a82ec45b4249bb0ccb814878dbbebc381dd6 /library/cpp/yt/memory | |
| parent | 44a9aeb49d2803a8593dcfeab5c9c7866cb475dd (diff) | |
Fix babenko-issues
commit_hash:2728816c79b29fccf31698e16733a0220fd3069e
Diffstat (limited to 'library/cpp/yt/memory')
| -rw-r--r-- | library/cpp/yt/memory/unittests/intrusive_ptr_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/memory/unittests/intrusive_ptr_ut.cpp b/library/cpp/yt/memory/unittests/intrusive_ptr_ut.cpp index 68f2031646e..2b665b41473 100644 --- a/library/cpp/yt/memory/unittests/intrusive_ptr_ut.cpp +++ b/library/cpp/yt/memory/unittests/intrusive_ptr_ut.cpp @@ -653,7 +653,7 @@ TEST(TIntrusivePtrTest, TestConstCast) EXPECT_EQ(*ptr, *constPtr); } -TEST(TIntrusivePtrTest, TestHeterogeneousLookup) +TEST(TIntrusivePtrTest, HeterogeneousLookup) { TIntricateObject object; TIntricateObject object2; |
