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/pire/ut | |
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/pire/ut')
-rw-r--r-- | library/cpp/regex/pire/ut/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/regex/pire/ut/ya.make b/library/cpp/regex/pire/ut/ya.make index 780185b84fe..8776695f405 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() |