diff options
author | vlysenkov <[email protected]> | 2022-02-10 16:49:58 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:58 +0300 |
commit | a31ce856ad7b42f9fb7919b87cc1f22bc79fb9d0 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing/unittest | |
parent | c22ad53d5b908b6074453e29ec2fd33e5a99ca18 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/unittest')
-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 8a3e5feeb4b..aaa4f2ba851 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( |