mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
test/embedded: remote test to add timer twice as it triggers assertion
This commit is contained in:
parent
43b71a9fd7
commit
d9c6a0aea9
@ -181,8 +181,6 @@ TEST(RunLoopBase,Timer){
|
|||||||
btstack_run_loop_base_add_timer(&timer_2);
|
btstack_run_loop_base_add_timer(&timer_2);
|
||||||
// add timer 1
|
// add timer 1
|
||||||
btstack_run_loop_base_add_timer(&timer_1);
|
btstack_run_loop_base_add_timer(&timer_1);
|
||||||
// add timer again - to trigger log_error
|
|
||||||
btstack_run_loop_base_add_timer(&timer_1);
|
|
||||||
// dump timers
|
// dump timers
|
||||||
btstack_run_loop_base_dump_timer();
|
btstack_run_loop_base_dump_timer();
|
||||||
// process timers for now_1
|
// process timers for now_1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user