diff --git a/quill/test/BoundedQueueTest.cpp b/quill/test/BoundedQueueTest.cpp index fb28fdfb..3af24fe5 100644 --- a/quill/test/BoundedQueueTest.cpp +++ b/quill/test/BoundedQueueTest.cpp @@ -58,7 +58,7 @@ TEST_CASE("read_write_buffer") TEST_CASE("bounded_queue_integer_overflow") { - BoundedQueueImpl buffer{128}; + BoundedQueueImpl buffer{128, false, 128}; size_t const iterations = static_cast(std::numeric_limits::max()) * 8ull; for (size_t i = 0; i < iterations; ++i)