mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Test should not assert when hangup fails
This commit is contained in:
parent
8f130b6f25
commit
e5ddc0af03
|
@ -192,7 +192,6 @@ void* call_thread(void* pd)
|
|||
|
||||
if (rc != TOXAV_ERR_CALL_CONTROL_OK) {
|
||||
printf("toxav_call_control failed: %d %p %p\n", rc, AliceAV, BobAV);
|
||||
ck_assert(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user