mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
fix build (#7286)
This commit is contained in:
@@ -32,7 +32,8 @@ class TaskManagerTest : public ::testing::Test {
|
||||
public:
|
||||
TaskManagerTest()
|
||||
: store_(std::shared_ptr<CoreWorkerMemoryStore>(new CoreWorkerMemoryStore())),
|
||||
reference_counter_(std::shared_ptr<ReferenceCounter>(new ReferenceCounter())),
|
||||
reference_counter_(
|
||||
std::shared_ptr<ReferenceCounter>(new ReferenceCounter(rpc::Address()))),
|
||||
actor_manager_(std::shared_ptr<ActorManagerInterface>(new MockActorManager())),
|
||||
manager_(store_, reference_counter_, actor_manager_,
|
||||
[this](const TaskSpecification &spec) {
|
||||
|
||||
Reference in New Issue
Block a user