Skip to content

Commit

Permalink
Update test/tbb/test_function_node.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Voss <michaelj.voss@intel.com>
  • Loading branch information
kboyarinov and vossmjp authored Jan 15, 2025
1 parent 361ccfb commit 7ab0739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tbb/test_function_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ TEST_CASE("test function_node try_put_and_wait") {
// It was an issue when the critical task wrapper was allocated using the small object pool
// of the task being wrapped. Since the original task creates under the aggregator, there is no
// guarantee that the thread that requested the task creating is the same as actually created the task
// Mismatch between memory pull caused internal assertion failure while deallocating the task
// Mismatch between memory pool caused internal assertion failure while deallocating the task
//! \brief \ref regression
TEST_CASE("test critical tasks memory pool correctness") {
using node_type = tbb::flow::function_node<int, tbb::flow::continue_msg>;
Expand Down

0 comments on commit 7ab0739

Please sign in to comment.