Skip to content

Commit

Permalink
Update the unit test stubs as per API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepika committed Dec 27, 2018
1 parent 87c557c commit 14606b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UNITTESTS/stubs/EventQueue_stub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void EventQueue::background(Callback<void(int)> update)
{
}

void EventQueue::chain(EventQueue *target)
int EventQueue::chain(EventQueue *target)
{
}

Expand Down
2 changes: 1 addition & 1 deletion UNITTESTS/stubs/equeue_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void equeue_background(equeue_t *queue,

}

void equeue_chain(equeue_t *queue, equeue_t *target)
int equeue_chain(equeue_t *queue, equeue_t *target)
{

}
Expand Down

0 comments on commit 14606b5

Please sign in to comment.