summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/testlib/test_runtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/actors/testlib/test_runtime.cpp')
-rw-r--r--library/cpp/actors/testlib/test_runtime.cpp2
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 {