diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-08 22:17:02 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-08 22:26:03 +0300 |
commit | 3feede1c65c327a3412d4e312ec30cd4bc961fb6 (patch) | |
tree | 63e9283a5d0c88b551846a540a0280fc8b4a8452 /yt | |
parent | b3b92751c90449515e067ead980c8c719f060e72 (diff) | |
download | ydb-3feede1c65c327a3412d4e312ec30cd4bc961fb6.tar.gz |
Intermediate changes
Diffstat (limited to 'yt')
-rw-r--r-- | yt/yt/core/test_framework/framework.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/test_framework/framework.h b/yt/yt/core/test_framework/framework.h index 4255a3eb44..30f11c1efa 100644 --- a/yt/yt/core/test_framework/framework.h +++ b/yt/yt/core/test_framework/framework.h @@ -197,7 +197,7 @@ public:\ private:\ virtual void TestBody();\ void TestInnerBody();\ - static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\ + [[maybe_unused]] static ::testing::TestInfo* const test_info_;\ };\ \ ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\ |