aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
diff options
context:
space:
mode:
authorartln <artln@yandex-team.ru>2022-02-10 16:50:45 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:45 +0300
commit4ca790a51d9446c61a387e9419c4afea5761103d (patch)
tree1e7b067409c5a7bddff0294015768f9c9966f2e0 /library/cpp/actors
parent8051c146c2522c597bb0743cb37c8cc8612895dc (diff)
downloadydb-4ca790a51d9446c61a387e9419c4afea5761103d.tar.gz
Restoring authorship annotation for <artln@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors')
-rw-r--r--library/cpp/actors/testlib/test_runtime.cpp4
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) {