diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-13 23:46:00 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-13 23:46:00 +0300 |
commit | 63555ac272579916270285d89325cf2d5d2314b3 (patch) | |
tree | 4d47fafcea198dc4dbfbfab053558e2155c03f07 /library | |
parent | 4aa3b532ad1f70cced5cf601a720b146fdd40404 (diff) | |
download | ydb-63555ac272579916270285d89325cf2d5d2314b3.tar.gz |
intermediate changes
ref:87d2a156fb63ff12b04b203f1e5dc880d9af1585
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/testing/unittest/registar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/registar.h b/library/cpp/testing/unittest/registar.h index ac2bf5d514..1456bdcf1f 100644 --- a/library/cpp/testing/unittest/registar.h +++ b/library/cpp/testing/unittest/registar.h @@ -1007,7 +1007,6 @@ public: \ #define Y_UNIT_TEST_IMPL_REGISTER(N, FF, F) \ struct TTestCase##N : public F { \ TTestCase##N() \ - : F() \ { \ Name_ = #N; \ ForceFork_ = FF; \ |