aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/string_ut.cpp
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /util/generic/string_ut.cpp
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/string_ut.cpp')
-rw-r--r--util/generic/string_ut.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/generic/string_ut.cpp b/util/generic/string_ut.cpp
index 4d83037c06b..ac82e9091db 100644
--- a/util/generic/string_ut.cpp
+++ b/util/generic/string_ut.cpp
@@ -618,7 +618,7 @@ protected:
UNIT_ASSERT(test.rfind(*Data.a(), 1) == 0);
UNIT_ASSERT(test.rfind(*Data.a(), 0) == 0);
}
-#endif
+#endif
void find_last_not_of() {
// 21.3.6.6
TStringType s(Data_.one_two_three_one_two_three());
@@ -641,7 +641,7 @@ protected:
UNIT_ASSERT(test.find_last_not_of(*Data_.a(), 0) == TStringType::npos);
UNIT_ASSERT(test.find_last_not_of(*Data_.b(), 0) == 0);
}
-#if 0
+#if 0
void replace() {
// This test case is for the non template basic_TString::replace method,
// this is why we play with the const iterators and reference to guaranty
@@ -1135,7 +1135,7 @@ public:
UNIT_TEST(rfind);
UNIT_TEST(replace);
#endif
- UNIT_TEST(find_last_not_of);
+ UNIT_TEST(find_last_not_of);
UNIT_TEST_SUITE_END();
};
@@ -1171,7 +1171,7 @@ public:
UNIT_TEST(rfind);
UNIT_TEST(replace);
#endif
- UNIT_TEST(find_last_not_of);
+ UNIT_TEST(find_last_not_of);
UNIT_TEST_SUITE_END();
};