summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/unittests/enum_ut.cpp
diff options
context:
space:
mode:
authorpechatnov <[email protected]>2026-03-26 10:11:59 +0300
committerpechatnov <[email protected]>2026-03-26 11:00:16 +0300
commit9852998440dcaa3eec11377553e996ff9852bb4e (patch)
tree83fd6cf6a491aba90ce28060576fdbf736939227 /library/cpp/yt/string/unittests/enum_ut.cpp
parent46c6fa262d8246e71e7f5ed33eb8458f45c5ddf7 (diff)
Add suggestions on enum parse error
commit_hash:3b7f35f613737aa92f473877e8b24782f7dfcd2a
Diffstat (limited to 'library/cpp/yt/string/unittests/enum_ut.cpp')
-rw-r--r--library/cpp/yt/string/unittests/enum_ut.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/cpp/yt/string/unittests/enum_ut.cpp b/library/cpp/yt/string/unittests/enum_ut.cpp
index 39dbdfd2075..b262568565c 100644
--- a/library/cpp/yt/string/unittests/enum_ut.cpp
+++ b/library/cpp/yt/string/unittests/enum_ut.cpp
@@ -126,5 +126,3 @@ TEST(TParseEnumTest, ParseBitEnum)
} // namespace
} // namespace NYT
-
-