diff options
author | dude <[email protected]> | 2022-02-10 16:47:26 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:26 +0300 |
commit | b71cb79039a5ce17476c821883ef2e62eb4179d2 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp/regex | |
parent | 1799496e670d66495d93a9a9c9d91d19c82b464b (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/regex')
-rw-r--r-- | library/cpp/regex/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/regex/ya.make b/library/cpp/regex/ya.make index 98e58d6f83f..15b0d1aeda7 100644 --- a/library/cpp/regex/ya.make +++ b/library/cpp/regex/ya.make @@ -9,6 +9,6 @@ RECURSE( pire/ut pire2hyperscan pire2hyperscan/ut - regexp_classifier - regexp_classifier/ut + regexp_classifier + regexp_classifier/ut ) |