Skip to content

Commit

Permalink
fix build (ray-project#7286)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-wang authored Feb 23, 2020
1 parent 0db2046 commit 2583949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ray/core_worker/test/task_manager_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2583949

Please sign in to comment.