diff options
author | grphil <[email protected]> | 2022-02-10 16:48:06 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:06 +0300 |
commit | 66c9296f0f2f8a474c3b2f5880599f86e35ef592 (patch) | |
tree | 33e0abd07f443703d09fc80c857cb030858e2875 /library/cpp/regex/pire/ut | |
parent | 3305cedaf9e392ab24e4b7dd6072976748ce60bf (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 8776695f405..780185b84fe 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() |