diff options
Diffstat (limited to 'library/cpp/regex/pcre/ut/ya.make')
-rw-r--r-- | library/cpp/regex/pcre/ut/ya.make | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/regex/pcre/ut/ya.make b/library/cpp/regex/pcre/ut/ya.make index 6dfeb4b07d..0721ef87c2 100644 --- a/library/cpp/regex/pcre/ut/ya.make +++ b/library/cpp/regex/pcre/ut/ya.make @@ -1,10 +1,10 @@ UNITTEST_FOR(library/cpp/regex/pcre) - + OWNER(g:util) - -SRCS( + +SRCS( pcre_ut.cpp - regexp_ut.cpp -) - -END() + regexp_ut.cpp +) + +END() |