From e601ca03f859335d57ecff2e5aa6af234b6052ed Mon Sep 17 00:00:00 2001 From: ilnurkh Date: Mon, 9 Oct 2023 23:39:40 +0300 Subject: Y_VERIFY->Y_ABORT_UNLESS at ^l https://clubs.at.yandex-team.ru/arcadia/29404 --- library/cpp/blockcodecs/core/stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/blockcodecs/core') diff --git a/library/cpp/blockcodecs/core/stream.cpp b/library/cpp/blockcodecs/core/stream.cpp index 4f7db3c32be..39e8786db67 100644 --- a/library/cpp/blockcodecs/core/stream.cpp +++ b/library/cpp/blockcodecs/core/stream.cpp @@ -100,7 +100,7 @@ void TCodedOutput::DoWrite(const void* buf, size_t len) { in += avail; len -= avail; - Y_VERIFY(FlushImpl(), "flush on writing failed"); + Y_ABORT_UNLESS(FlushImpl(), "flush on writing failed"); } } -- cgit v1.3