diff options
author | nsofya <nsofya@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
commit | 3f5911a056d3dbc4bfd724740244a3a9c11575ef (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing/unittest/gtest.cpp | |
parent | 2ea6d2c7415473747379b1c65468241b431057ad (diff) | |
download | ydb-3f5911a056d3dbc4bfd724740244a3a9c11575ef.tar.gz |
Restoring authorship annotation for <nsofya@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/gtest.cpp')
-rw-r--r-- | library/cpp/testing/unittest/gtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/unittest/gtest.cpp b/library/cpp/testing/unittest/gtest.cpp index 8c83ae6287..ebad1ea4d6 100644 --- a/library/cpp/testing/unittest/gtest.cpp +++ b/library/cpp/testing/unittest/gtest.cpp @@ -1,5 +1,5 @@ #include "gtest.h" -#include "simple.h" +#include "simple.h" #include <util/generic/map.h> #include <util/generic/vector.h> @@ -12,7 +12,7 @@ IGTestFactory::~IGTestFactory() { } namespace { - struct TCurrentTest: public TSimpleTestExecutor { + struct TCurrentTest: public TSimpleTestExecutor { inline TCurrentTest(TStringBuf name) : MyName(name) { |