diff options
| author | melkov <[email protected]> | 2022-02-10 16:48:14 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:14 +0300 | 
| commit | 2c532b38e6aeb4fd88531027c7335690fd34c4e5 (patch) | |
| tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /util/string/split_ut.cpp | |
| parent | 438546c8737d5c1fdeb31157dcf999717d930eec (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/string/split_ut.cpp')
| -rw-r--r-- | util/string/split_ut.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/util/string/split_ut.cpp b/util/string/split_ut.cpp index 54c9b4c8339..43e59f2d754 100644 --- a/util/string/split_ut.cpp +++ b/util/string/split_ut.cpp @@ -245,10 +245,10 @@ Y_UNIT_TEST_SUITE(SplitStringTest) {          TVector<TString> test;          Split(data, delim, test);          Cmp(good, test); -  +          TVector<TStringBuf> test1;          Split(data, delim.data(), test1); -        Cmp(good, test1);  +        Cmp(good, test1);      }      Y_UNIT_TEST(ConvenientSplitTest) {  | 
