We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5257d71 + 49f5205 commit 8ba28bcCopy full SHA for 8ba28bc
test/tbb/test_concurrent_queue.cpp
@@ -293,7 +293,7 @@ TEST_CASE("test capacity on modifying operations") {
293
capacity_type desired_capacity = 64;
294
295
q.set_capacity(desired_capacity);
296
- REQUIRE_MESSAGE(q.capacity() == desired_capacity, "Capacity is not set correctly");
+ REQUIRE_MESSAGE(q.capacity() == desired_capacity, "Capacity is not set correctly");
297
298
queue_type q_copy(q);
299
REQUIRE_MESSAGE(q_copy.capacity() == desired_capacity, "Capacity is not preserved on copying");
0 commit comments