diff options
Diffstat (limited to 'library/cpp/streams/lzma/ut/ya.make')
-rw-r--r-- | library/cpp/streams/lzma/ut/ya.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/streams/lzma/ut/ya.make b/library/cpp/streams/lzma/ut/ya.make index 81981221a7..01624f0259 100644 --- a/library/cpp/streams/lzma/ut/ya.make +++ b/library/cpp/streams/lzma/ut/ya.make @@ -1,12 +1,12 @@ UNITTEST_FOR(library/cpp/streams/lzma) - -OWNER( - pg + +OWNER( + pg g:util -) - -SRCS( - lzma_ut.cpp -) - -END() +) + +SRCS( + lzma_ut.cpp +) + +END() |