diff options
| author | antonovvk <[email protected]> | 2022-02-10 16:47:52 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:52 +0300 |
| commit | 37de222addabbef336dcaaea5f7c7645a629fc6d (patch) | |
| tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/diff/ut | |
| parent | 37a63debdc21e372d99e1808cdd31aecf75018c3 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/diff/ut')
| -rw-r--r-- | library/cpp/diff/ut/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/diff/ut/ya.make b/library/cpp/diff/ut/ya.make index ccdb4608855..360134d1869 100644 --- a/library/cpp/diff/ut/ya.make +++ b/library/cpp/diff/ut/ya.make @@ -1,15 +1,15 @@ -UNITTEST() - -OWNER(antonovvk) - +UNITTEST() + +OWNER(antonovvk) + SRCDIR(library/cpp/diff) - -PEERDIR( + +PEERDIR( library/cpp/diff -) - -SRCS( - diff_ut.cpp -) - -END() +) + +SRCS( + diff_ut.cpp +) + +END() |
