diff options
author | Alexander Smirnov <alex@ydb.tech> | 2025-03-29 00:51:38 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2025-03-29 00:51:38 +0000 |
commit | bff5fedf8c631258ee646bc79800a0d15bdbb805 (patch) | |
tree | 1181c87d223be6a6459d4148457b0e6b81291644 /library/cpp/coroutine/engine/coroutine_ut.cpp | |
parent | 5098c625cfafb0b790d23f6072e723afb0342cd7 (diff) | |
parent | 00492e3658dbb635ecd55d9cceeef69e0d157d83 (diff) | |
download | ydb-bff5fedf8c631258ee646bc79800a0d15bdbb805.tar.gz |
Merge branch 'rightlib' into merge-libs-250329-0050
Diffstat (limited to 'library/cpp/coroutine/engine/coroutine_ut.cpp')
-rw-r--r-- | library/cpp/coroutine/engine/coroutine_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/coroutine/engine/coroutine_ut.cpp b/library/cpp/coroutine/engine/coroutine_ut.cpp index de56d0ed2b..656e3943c0 100644 --- a/library/cpp/coroutine/engine/coroutine_ut.cpp +++ b/library/cpp/coroutine/engine/coroutine_ut.cpp @@ -112,7 +112,7 @@ void TCoroTest::TestException() { auto f2 = [&unc, &f2run](TCont*) { f2run = true; - unc = std::uncaught_exception(); + unc = std::uncaught_exceptions(); // check segfault try { |