Skip to content

Commit

Permalink
Add missing test for tbb::unsafe_wait
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
  • Loading branch information
phprus committed Aug 7, 2023
1 parent f0b2351 commit 81f974f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tbb/test_tbb_header.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ static void TestExceptionClassesExports () {
TestExceptionClassExports( std::out_of_range("test"), tbb::detail::exception_id::invalid_key );
TestExceptionClassExports( tbb::user_abort(), tbb::detail::exception_id::user_abort );
TestExceptionClassExports( std::runtime_error("test"), tbb::detail::exception_id::bad_tagged_msg_cast );
TestExceptionClassExports( tbb::unsafe_wait("test"), tbb::detail::exception_id::unsafe_wait );
}

#if __TBB_CPF_BUILD
Expand Down

0 comments on commit 81f974f

Please sign in to comment.