diff options
author | grphil <grphil@yandex-team.ru> | 2022-02-10 16:48:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:06 +0300 |
commit | 66c9296f0f2f8a474c3b2f5880599f86e35ef592 (patch) | |
tree | 33e0abd07f443703d09fc80c857cb030858e2875 /library/cpp | |
parent | 3305cedaf9e392ab24e4b7dd6072976748ce60bf (diff) | |
download | ydb-66c9296f0f2f8a474c3b2f5880599f86e35ef592.tar.gz |
Restoring authorship annotation for <grphil@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/regex/pire/ut/ya.make | 8 | ||||
-rw-r--r-- | library/cpp/regex/pire/ya.make | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/regex/pire/ut/ya.make b/library/cpp/regex/pire/ut/ya.make index 8776695f40..780185b84f 100644 --- a/library/cpp/regex/pire/ut/ya.make +++ b/library/cpp/regex/pire/ut/ya.make @@ -35,10 +35,10 @@ SRCS( approx_matching_ut.cpp ) -SIZE(MEDIUM) - -TIMEOUT(600) - +SIZE(MEDIUM) + +TIMEOUT(600) + PIRE_INLINE(inline_ut.cpp) END() diff --git a/library/cpp/regex/pire/ya.make b/library/cpp/regex/pire/ya.make index c857e6d18b..6575cf9453 100644 --- a/library/cpp/regex/pire/ya.make +++ b/library/cpp/regex/pire/ya.make @@ -27,7 +27,7 @@ SRCS( read_unicode.cpp extraencodings.cpp approx_matching.cpp - half_final_fsm.cpp + half_final_fsm.cpp minimize.h ) |