aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2025-01-24 00:21:24 +0000
committerAlexander Smirnov <alex@ydb.tech>2025-01-24 00:21:24 +0000
commitec98484d20786a91f10fd1973abea90e99ebe5d3 (patch)
tree897b6c1ca5c145d74d433fa9bbf2bdae682a8ea3 /library/cpp
parent9dde6c53fc17135d49b751611664fc8cfe28d258 (diff)
parentbf896a57c7a7ffb14ba93068a4c3efeab50dfb36 (diff)
downloadydb-ec98484d20786a91f10fd1973abea90e99ebe5d3.tar.gz
Merge branch 'rightlib' into merge-libs-250124-0020
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/testing/unittest/gtest.h2
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;
};
}