aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/ut
diff options
context:
space:
mode:
authorudovichenko-r <udovichenko-r@yandex-team.com>2024-11-18 16:10:37 +0300
committerudovichenko-r <udovichenko-r@yandex-team.com>2024-11-18 17:01:41 +0300
commitf355ebbe8420eca558dd6e98846cf31f09df9890 (patch)
treeca6ea7441a4694161865bd38d4ce0580ef60761d /yql/essentials/core/ut
parentcf82f2051358f5c26f05b423a0ee11f4098135b3 (diff)
downloadydb-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.make2
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)