Skip to content

Commit 9500b4d

Browse files
author
Aleksandr Kriukov
committed
Fix build
1 parent 3d6a823 commit 9500b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/testlib/actors/test_runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ namespace NActors {
117117
node->SchedulerPool.Reset(CreateExecutorPoolStub(this, nodeIndex, node, 0));
118118
node->MailboxTable.Reset(new TMailboxTable());
119119
node->ActorSystem = MakeActorSystem(nodeIndex, node);
120-
node->ExecutorThread.Reset(new TExecutorThread(0, 0, node->ActorSystem.Get(), node->SchedulerPool.Get(), node->MailboxTable.Get(), nullptr, "TestExecutor"));
120+
node->ExecutorThread.Reset(new TExecutorThread(0, 0, node->ActorSystem.Get(), node->SchedulerPool.Get(), node->MailboxTable.Get(), "TestExecutor"));
121121
} else {
122122
node->AppData0.reset(new NKikimr::TAppData(0, 1, 2, 3, { }, app0->TypeRegistry, app0->FunctionRegistry, app0->FormatFactory, nullptr));
123123
node->ActorSystem = MakeActorSystem(nodeIndex, node);

0 commit comments

Comments
 (0)