diff options
author | ishfb <ishfb@yandex-team.ru> | 2022-02-10 16:48:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:07 +0300 |
commit | 0170772a2dbf133f32e17ca137ff64790d43831f (patch) | |
tree | 68ce3ab477bcb9e09abf2b0a6e7b34287c53f0df /library/cpp/threading/future/ut | |
parent | df6128370874866447314ec18d8e67fc7bde40b4 (diff) | |
download | ydb-0170772a2dbf133f32e17ca137ff64790d43831f.tar.gz |
Restoring authorship annotation for <ishfb@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/future/ut')
-rw-r--r-- | library/cpp/threading/future/ut/ya.make | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/threading/future/ut/ya.make b/library/cpp/threading/future/ut/ya.make index 566b6223705..b2dce893940 100644 --- a/library/cpp/threading/future/ut/ya.make +++ b/library/cpp/threading/future/ut/ya.make @@ -1,14 +1,14 @@ UNITTEST_FOR(library/cpp/threading/future) - + OWNER( g:rtmr ishfb ) - -SRCS( + +SRCS( async_ut.cpp - future_ut.cpp - legacy_future_ut.cpp -) - -END() + future_ut.cpp + legacy_future_ut.cpp +) + +END() |