aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/labeled_ut.cpp
diff options
context:
space:
mode:
authorkartynnik <kartynnik@yandex-team.ru>2022-02-10 16:48:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:07 +0300
commitca2a705e6e39e85df30054d7e806e572de9cfe23 (patch)
treefb7cc52bc2579366b2796a24f91f6df7a223f9ab /util/stream/labeled_ut.cpp
parente20e2b362f0232ed5a389db887e6e27e7763af18 (diff)
downloadydb-ca2a705e6e39e85df30054d7e806e572de9cfe23.tar.gz
Restoring authorship annotation for <kartynnik@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/stream/labeled_ut.cpp')
-rw-r--r--util/stream/labeled_ut.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/util/stream/labeled_ut.cpp b/util/stream/labeled_ut.cpp
index 12d0dc50040..a0f724bdcae 100644
--- a/util/stream/labeled_ut.cpp
+++ b/util/stream/labeled_ut.cpp
@@ -1,12 +1,12 @@
-#include "str.h"
-
+#include "str.h"
+
#include <library/cpp/testing/unittest/registar.h>
-
+
Y_UNIT_TEST_SUITE(TLabeledOutputTest) {
Y_UNIT_TEST(TBasicTest) {
- TStringStream out;
- int x = 3;
- out << LabeledOutput(x, 1, 2, 3 + 4);
- UNIT_ASSERT_STRINGS_EQUAL(out.Str(), "x = 3, 1 = 1, 2 = 2, 3 + 4 = 7");
- }
-}
+ TStringStream out;
+ int x = 3;
+ out << LabeledOutput(x, 1, 2, 3 + 4);
+ UNIT_ASSERT_STRINGS_EQUAL(out.Str(), "x = 3, 1 = 1, 2 = 2, 3 + 4 = 7");
+ }
+}