diff options
Diffstat (limited to 'library/cpp/threading/equeue/equeue_ut.cpp')
| -rw-r--r-- | library/cpp/threading/equeue/equeue_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/threading/equeue/equeue_ut.cpp b/library/cpp/threading/equeue/equeue_ut.cpp index 9cf2aced44e..8557f63ac06 100644 --- a/library/cpp/threading/equeue/equeue_ut.cpp +++ b/library/cpp/threading/equeue/equeue_ut.cpp @@ -74,7 +74,7 @@ Y_UNIT_TEST_SUITE(TElasticQueueTest) { struct TJob: public IObjectInQueue { void Process(void*) override { AtomicIncrement(Counters.Processed); - }; + } }; static TJob Job; |
