diff options
author | artln <artln@yandex-team.ru> | 2022-02-10 16:50:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:45 +0300 |
commit | 4ca790a51d9446c61a387e9419c4afea5761103d (patch) | |
tree | 1e7b067409c5a7bddff0294015768f9c9966f2e0 /library/cpp | |
parent | 8051c146c2522c597bb0743cb37c8cc8612895dc (diff) | |
download | ydb-4ca790a51d9446c61a387e9419c4afea5761103d.tar.gz |
Restoring authorship annotation for <artln@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/actors/testlib/test_runtime.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/actors/testlib/test_runtime.cpp b/library/cpp/actors/testlib/test_runtime.cpp index 6fa25b9965..3a15fce033 100644 --- a/library/cpp/actors/testlib/test_runtime.cpp +++ b/library/cpp/actors/testlib/test_runtime.cpp @@ -14,7 +14,7 @@ #include <library/cpp/actors/interconnect/interconnect_proxy_wrapper.h> #include <util/generic/maybe.h> -#include <util/generic/bt_exception.h> +#include <util/generic/bt_exception.h> #include <util/random/mersenne.h> #include <util/string/printf.h> #include <typeinfo> @@ -1280,7 +1280,7 @@ namespace NActors { Cerr << "Reach deadline at " << TInstant::MicroSeconds(CurrentTimestamp) << "\n"; } - ythrow TWithBackTrace<TEmptyEventQueueException>(); + ythrow TWithBackTrace<TEmptyEventQueueException>(); } if (!options.Quiet && dispatchTime >= inspectScheduledEventsAt) { |