summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface
diff options
context:
space:
mode:
Diffstat (limited to 'yt/cpp/mapreduce/interface')
-rw-r--r--yt/cpp/mapreduce/interface/ut/common_ut.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt/cpp/mapreduce/interface/ut/common_ut.cpp b/yt/cpp/mapreduce/interface/ut/common_ut.cpp
index f15fa22e21d..196ef738398 100644
--- a/yt/cpp/mapreduce/interface/ut/common_ut.cpp
+++ b/yt/cpp/mapreduce/interface/ut/common_ut.cpp
@@ -359,7 +359,5 @@ TEST(TCommonTest, ModificationLoadedSchema)
)"""));
schema.MutableColumns()[0].Type(VT_INT64, true);
- Cerr << NodeToYsonString(schema.ToNode()) << Endl;
-
ASSERT_EQ(schema.ToNode()[0]["type"].AsString(), "int64");
}