Skip to content

Commit 14606b5

Browse files
author
Deepika
committed
Update the unit test stubs as per API changes
1 parent 87c557c commit 14606b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UNITTESTS/stubs/EventQueue_stub.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void EventQueue::background(Callback<void(int)> update)
6060
{
6161
}
6262

63-
void EventQueue::chain(EventQueue *target)
63+
int EventQueue::chain(EventQueue *target)
6464
{
6565
}
6666

UNITTESTS/stubs/equeue_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void equeue_background(equeue_t *queue,
103103

104104
}
105105

106-
void equeue_chain(equeue_t *queue, equeue_t *target)
106+
int equeue_chain(equeue_t *queue, equeue_t *target)
107107
{
108108

109109
}

0 commit comments

Comments
 (0)