diff options
author | Alexander Smirnov <alex@ydb.tech> | 2025-01-24 00:21:24 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2025-01-24 00:21:24 +0000 |
commit | ec98484d20786a91f10fd1973abea90e99ebe5d3 (patch) | |
tree | 897b6c1ca5c145d74d433fa9bbf2bdae682a8ea3 /library/cpp | |
parent | 9dde6c53fc17135d49b751611664fc8cfe28d258 (diff) | |
parent | bf896a57c7a7ffb14ba93068a4c3efeab50dfb36 (diff) | |
download | ydb-ec98484d20786a91f10fd1973abea90e99ebe5d3.tar.gz |
Merge branch 'rightlib' into merge-libs-250124-0020
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/testing/unittest/gtest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/testing/unittest/gtest.h b/library/cpp/testing/unittest/gtest.h index a59ea48fddb..6bda57334dc 100644 --- a/library/cpp/testing/unittest/gtest.h +++ b/library/cpp/testing/unittest/gtest.h @@ -33,6 +33,8 @@ namespace NTesting { inline TTest* _This() noexcept { return this; } + + virtual ~TTest() = default; }; } |