diff options
author | babenko <[email protected]> | 2022-02-10 16:49:19 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:19 +0300 |
commit | cec37806d8847aa3db53bafc9e251d4aaf325c12 (patch) | |
tree | 4a61c191e93e31d9ab423e258c71ab43550ee3d2 /library/cpp/testing/gtest_extensions | |
parent | 58cd0b86ed99a72df22479e26a20bc1c1e57e65e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/gtest_extensions')
-rw-r--r-- | library/cpp/testing/gtest_extensions/probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/gtest_extensions/probe.h b/library/cpp/testing/gtest_extensions/probe.h index 7d1fee83d38..a477189408f 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> |