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 | 4282ec504ababea092138c3af45d5399d01c194a (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/regex | |
parent | 66c9296f0f2f8a474c3b2f5880599f86e35ef592 (diff) | |
download | ydb-4282ec504ababea092138c3af45d5399d01c194a.tar.gz |
Restoring authorship annotation for <grphil@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/regex')
-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 780185b84f..8776695f40 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 6575cf9453..c857e6d18b 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 ) |