diff options
| author | kartynnik <[email protected]> | 2022-02-10 16:48:07 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:07 +0300 |
| commit | df6128370874866447314ec18d8e67fc7bde40b4 (patch) | |
| tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/containers/stack_vector/ut | |
| parent | ca2a705e6e39e85df30054d7e806e572de9cfe23 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/containers/stack_vector/ut')
| -rw-r--r-- | library/cpp/containers/stack_vector/ut/ya.make | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/containers/stack_vector/ut/ya.make b/library/cpp/containers/stack_vector/ut/ya.make index da5a9d0b111..1d704969545 100644 --- a/library/cpp/containers/stack_vector/ut/ya.make +++ b/library/cpp/containers/stack_vector/ut/ya.make @@ -1,11 +1,11 @@ -UNITTEST() - +UNITTEST() + OWNER(ilnurkh) - + SRCDIR(library/cpp/containers/stack_vector) - -SRCS( - stack_vec_ut.cpp -) - -END() + +SRCS( + stack_vec_ut.cpp +) + +END() |
