aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/string_ut.cpp
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:44:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:49 +0300
commit718c552901d703c502ccbefdfc3c9028d608b947 (patch)
tree46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /util/generic/string_ut.cpp
parente9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff)
downloadydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 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 ac82e9091d..4d83037c06 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();
};