diff options
author | vlysenkov <vlysenkov@yandex-team.ru> | 2022-02-10 16:49:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:58 +0300 |
commit | a31ce856ad7b42f9fb7919b87cc1f22bc79fb9d0 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing | |
parent | c22ad53d5b908b6074453e29ec2fd33e5a99ca18 (diff) | |
download | ydb-a31ce856ad7b42f9fb7919b87cc1f22bc79fb9d0.tar.gz |
Restoring authorship annotation for <vlysenkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing')
-rw-r--r-- | library/cpp/testing/unittest/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/unittest/ya.make b/library/cpp/testing/unittest/ya.make index 8a3e5feeb4..aaa4f2ba85 100644 --- a/library/cpp/testing/unittest/ya.make +++ b/library/cpp/testing/unittest/ya.make @@ -1,5 +1,5 @@ LIBRARY() - + PROVIDES(test_framework) OWNER( @@ -24,7 +24,7 @@ SRCS( tests_data.cpp utmain.cpp ) - + END() RECURSE_FOR_TESTS( |