diff options
author | dmasloff <dmasloff@yandex-team.com> | 2024-09-05 23:49:28 +0300 |
---|---|---|
committer | dmasloff <dmasloff@yandex-team.com> | 2024-09-05 23:59:20 +0300 |
commit | 91749d44a7f9502232f7c4470f6d62c3b391b1dc (patch) | |
tree | 424c87fa5708116a7f2526255e75d67c2fa950f3 /util/folder/pathsplit_ut.cpp | |
parent | c6547c4b4f05821c35928bc0d50883ab625a30b0 (diff) | |
download | ydb-91749d44a7f9502232f7c4470f6d62c3b391b1dc.tar.gz |
Enable clang-format FixNamespaceComments option
Enable clang-format FixNamespaceComments option
8ffd1b7f4787cdf4e80a92b08f07634abe416854
Diffstat (limited to 'util/folder/pathsplit_ut.cpp')
-rw-r--r-- | util/folder/pathsplit_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/folder/pathsplit_ut.cpp b/util/folder/pathsplit_ut.cpp index 1310ba15d0..b028a61876 100644 --- a/util/folder/pathsplit_ut.cpp +++ b/util/folder/pathsplit_ut.cpp @@ -437,7 +437,7 @@ Y_UNIT_TEST_SUITE(PSUF(PathSplit)) { UNIT_ASSERT_STRINGS_EQUAL(ps.Reconstruct(), "../path"); #endif } -} +} // Y_UNIT_TEST_SUITE(PSUF(PathSplit) Y_UNIT_TEST_SUITE(PSUF(PathSplitTraits)) { Y_UNIT_TEST(IsPathSep) { @@ -475,7 +475,7 @@ Y_UNIT_TEST_SUITE(PSUF(PathSplitTraits)) { UNIT_ASSERT_EQUAL(PSUF_LOCAL(TPathSplitTraits)::IsAbsolutePath("#:\\somepath"), false); UNIT_ASSERT_EQUAL(PSUF_LOCAL(TPathSplitTraits)::IsAbsolutePath("#:/somepath"), false); } -} +} // Y_UNIT_TEST_SUITE(PSUF(PathSplitTraits) #undef TRUE_ONLY_WIN |