diff options
author | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-18 16:10:37 +0300 |
---|---|---|
committer | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-18 17:01:41 +0300 |
commit | f355ebbe8420eca558dd6e98846cf31f09df9890 (patch) | |
tree | ca6ea7441a4694161865bd38d4ce0580ef60761d /yql/essentials/core/ut | |
parent | cf82f2051358f5c26f05b423a0ee11f4098135b3 (diff) | |
download | ydb-f355ebbe8420eca558dd6e98846cf31f09df9890.tar.gz |
YQL-19206 Move contrib/ydb/library/yql/cfg -> yql/essentials/cfg
commit_hash:22adeac140825b580d7674c61994c0404ccf2762
Diffstat (limited to 'yql/essentials/core/ut')
-rw-r--r-- | yql/essentials/core/ut/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/core/ut/ya.make b/yql/essentials/core/ut/ya.make index 8b7c2d7b60..1813a0032f 100644 --- a/yql/essentials/core/ut/ya.make +++ b/yql/essentials/core/ut/ya.make @@ -46,7 +46,7 @@ PEERDIR( ) RESOURCE( - contrib/ydb/library/yql/cfg/tests/fs.conf fs.conf + yql/essentials/cfg/tests/fs.conf fs.conf ) IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND) |