aboutsummaryrefslogtreecommitdiffstats
path: root/util/folder/dirut_ut.cpp
diff options
context:
space:
mode:
authoralbert <albert@yandex-team.ru>2022-02-10 16:48:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:15 +0300
commita817f5de12611ec73085eba17f8ec7740a46bdb7 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util/folder/dirut_ut.cpp
parent9f25ef3232c288ca664ceee6c376cf64e4349a2e (diff)
downloadydb-a817f5de12611ec73085eba17f8ec7740a46bdb7.tar.gz
Restoring authorship annotation for <albert@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/folder/dirut_ut.cpp')
-rw-r--r--util/folder/dirut_ut.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/folder/dirut_ut.cpp b/util/folder/dirut_ut.cpp
index ba6a569073..45ebfc842c 100644
--- a/util/folder/dirut_ut.cpp
+++ b/util/folder/dirut_ut.cpp
@@ -70,16 +70,16 @@ Y_UNIT_TEST_SUITE(TDirutTest) {
#else
DoTest("bar", "/foo/baz", "/foo/bar");
DoTest("/foo/bar", "/bar/baz", "/foo/bar");
-
+
#ifdef NDEBUG
DoTest("bar", "./baz", "./bar");
#if 0 // should we support, for consistency, single-label dirs
DoTest("bar", "baz", "bar");
#endif
#endif
-#endif
+#endif
}
-
+
Y_UNIT_TEST(TestResolvePathRelative) {
TTempDir tempDir;
TTempBuf tempBuf;