diff options
Diffstat (limited to 'library/cpp/codecs')
-rw-r--r-- | library/cpp/codecs/ut/float_huffman_ut.cpp | 2 | ||||
-rw-r--r-- | library/cpp/codecs/ut/tls_cache_ut.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/library/cpp/codecs/ut/float_huffman_ut.cpp b/library/cpp/codecs/ut/float_huffman_ut.cpp index 3156fb1f46..e20e53041b 100644 --- a/library/cpp/codecs/ut/float_huffman_ut.cpp +++ b/library/cpp/codecs/ut/float_huffman_ut.cpp @@ -234,4 +234,4 @@ Y_UNIT_TEST_SUITE(FloatHuffmanTest) { Y_UNIT_TEST(TestDecompressEmpty) { UNIT_ASSERT_EXCEPTION(fh::Decode({}), yexception); } -}; +} diff --git a/library/cpp/codecs/ut/tls_cache_ut.cpp b/library/cpp/codecs/ut/tls_cache_ut.cpp index 8101af761f..8e808cfadb 100644 --- a/library/cpp/codecs/ut/tls_cache_ut.cpp +++ b/library/cpp/codecs/ut/tls_cache_ut.cpp @@ -33,4 +33,3 @@ Y_UNIT_TEST(TestAcquireReleaseReuse) { // when the factory dies we should see no leaks } } -; |