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.
uncaught_exceptions
uncaught_exception
1 parent 2df27f3 commit 1e69303Copy full SHA for 1e69303
src/client/persqueue_public/ut/read_session_ut.cpp
@@ -595,7 +595,7 @@ TReadSessionImplTestSetup::TReadSessionImplTestSetup() {
595
}
596
597
TReadSessionImplTestSetup::~TReadSessionImplTestSetup() noexcept(false) {
598
- if (!std::uncaught_exception()) { // Exiting from test successfully. Check additional expectations.
+ if (!std::uncaught_exceptions()) { // Exiting from test successfully. Check additional expectations.
599
MockProcessorFactory->Wait();
600
MockProcessor->Wait();
601
0 commit comments