diff options
author | Ilnaz Nizametdinov <[email protected]> | 2022-02-10 16:48:01 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:01 +0300 |
commit | 17644d1207cae94abb87ae27d63dbf40e477cda4 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/actors/testlib/test_runtime.cpp | |
parent | 86c3bbf7131fc3929bdb31e29fdf016038d68594 (diff) |
Restoring authorship annotation for Ilnaz Nizametdinov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors/testlib/test_runtime.cpp')
-rw-r--r-- | library/cpp/actors/testlib/test_runtime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/testlib/test_runtime.cpp b/library/cpp/actors/testlib/test_runtime.cpp index d8ac88f3ae5..6fa25b99656 100644 --- a/library/cpp/actors/testlib/test_runtime.cpp +++ b/library/cpp/actors/testlib/test_runtime.cpp @@ -377,7 +377,7 @@ namespace NActors { TlsActivationContext = &ctx; recipientActor->Receive(ev, ctx); TlsActivationContext = prevTlsActivationContext; - // we expect the logger to never die in tests + // we expect the logger to never die in tests } } } else { |