diff options
Diffstat (limited to 'library/cpp/threading/chunk_queue')
-rw-r--r-- | library/cpp/threading/chunk_queue/queue_ut.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/cpp/threading/chunk_queue/queue_ut.cpp b/library/cpp/threading/chunk_queue/queue_ut.cpp index 8cb36d8dd1..717ce9f047 100644 --- a/library/cpp/threading/chunk_queue/queue_ut.cpp +++ b/library/cpp/threading/chunk_queue/queue_ut.cpp @@ -53,7 +53,6 @@ Y_UNIT_TEST(ShouldStoreMultipleChunks) { } } } -; //////////////////////////////////////////////////////////////////////////////// @@ -89,7 +88,6 @@ Y_UNIT_TEST(ShouldReturnEntries) { UNIT_ASSERT(!queue.Dequeue(result)); } } -; //////////////////////////////////////////////////////////////////////////////// @@ -125,7 +123,6 @@ Y_UNIT_TEST(ShouldReturnEntries) { UNIT_ASSERT(!queue.Dequeue(result)); } } -; //////////////////////////////////////////////////////////////////////////////// @@ -163,7 +160,6 @@ Y_UNIT_TEST(ShouldReturnEntries) { UNIT_ASSERT(!queue.Dequeue(result)); } } -; //////////////////////////////////////////////////////////////////////////////// @@ -201,5 +197,4 @@ Y_UNIT_TEST(ShouldReturnEntries) { UNIT_ASSERT(!queue.Dequeue(result)); } } -; } |