diff options
author | babenko <babenko@yandex-team.ru> | 2022-02-10 16:49:19 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:19 +0300 |
commit | f31097c96270919a1f49360bdaaa69ea4f3fefab (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing | |
parent | cec37806d8847aa3db53bafc9e251d4aaf325c12 (diff) | |
download | ydb-f31097c96270919a1f49360bdaaa69ea4f3fefab.tar.gz |
Restoring authorship annotation for <babenko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing')
-rw-r--r-- | library/cpp/testing/common/probe.h | 2 | ||||
-rw-r--r-- | library/cpp/testing/gtest_extensions/probe.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/common/probe.h b/library/cpp/testing/common/probe.h index 84ea8a0678..19910979b5 100644 --- a/library/cpp/testing/common/probe.h +++ b/library/cpp/testing/common/probe.h @@ -1,7 +1,7 @@ #pragma once #include <util/system/yassert.h> - + namespace NTesting { //////////////////////////////////////////////////////////////////////////////// diff --git a/library/cpp/testing/gtest_extensions/probe.h b/library/cpp/testing/gtest_extensions/probe.h index a477189408..7d1fee83d3 100644 --- a/library/cpp/testing/gtest_extensions/probe.h +++ b/library/cpp/testing/gtest_extensions/probe.h @@ -1,7 +1,7 @@ #pragma once #include <util/system/yassert.h> - + #include <library/cpp/testing/common/probe.h> #include <gtest/gtest.h> |