aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/plugin.h
diff options
context:
space:
mode:
authorbulatman <bulatman@yandex-team.ru>2022-02-10 16:45:50 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:50 +0300
commit2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (patch)
tree9142afc54d335ea52910662635b898e79e192e49 /library/cpp/testing/unittest/plugin.h
parent6560e4993b14d193f8c879e33a3de5e5eba6e21d (diff)
downloadydb-2f6ca198245aeffd5e2d82b65927c2465b68b4f5.tar.gz
Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/plugin.h')
-rw-r--r--library/cpp/testing/unittest/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/plugin.h b/library/cpp/testing/unittest/plugin.h
index abf70764d4..102f2c1469 100644
--- a/library/cpp/testing/unittest/plugin.h
+++ b/library/cpp/testing/unittest/plugin.h
@@ -3,7 +3,7 @@
#include <util/generic/ptr.h>
namespace NUnitTest {
- // Plugins are deprecated, please use Y_TEST_HOOK_* from library/cpp/hook/hook.h
+ // Plugins are deprecated, please use Y_TEST_HOOK_* from library/cpp/hook/hook.h
namespace NPlugin {
class IPlugin {
public: