aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-03-28 17:36:30 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-03-28 17:48:52 +0300
commit1e214be59cbf130bee433c422b42f16148e5acff (patch)
treead64b8e01252b7db921f3336688769a928c5b6d7 /library/cpp
parenta3709f79ab2678b16c3b2b57e43dd977d08bf7bf (diff)
downloadydb-1e214be59cbf130bee433c422b42f16148e5acff.tar.gz
Intermediate changes
commit_hash:75947792e236bf8588efbadca3b510178fca782a
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/coroutine/engine/coroutine_ut.cpp2
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 {