summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/unittests/enum_ut.cpp
diff options
context:
space:
mode:
authorbabenko <[email protected]>2024-01-27 16:19:45 +0300
committerAlexander Smirnov <[email protected]>2024-01-31 14:23:57 +0300
commit9c90564d50be397a9a1ae46f2531b39bde56bcc1 (patch)
treeb5a121b758fded45e4a2021e1fe6199a814ac2ee /library/cpp/yt/string/unittests/enum_ut.cpp
parent3cb4ac068569140f8d226b29df8be1b997cebe36 (diff)
Drop TEnumIndexedVector
Diffstat (limited to 'library/cpp/yt/string/unittests/enum_ut.cpp')
-rw-r--r--library/cpp/yt/string/unittests/enum_ut.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/yt/string/unittests/enum_ut.cpp b/library/cpp/yt/string/unittests/enum_ut.cpp
index 91a8b045006..2c368e85d45 100644
--- a/library/cpp/yt/string/unittests/enum_ut.cpp
+++ b/library/cpp/yt/string/unittests/enum_ut.cpp
@@ -14,7 +14,6 @@ namespace {
DEFINE_ENUM(ESample, (One)(Two));
static_assert(TFormatTraits<ESample>::HasCustomFormatValue);
static_assert(TFormatTraits<TEnumIndexedArray<ESample, int>>::HasCustomFormatValue);
-static_assert(TFormatTraits<TEnumIndexedVector<ESample, int>>::HasCustomFormatValue);
DEFINE_ENUM(EColor,
(Red)