mirror of https://github.com/ARMmbed/mbed-os.git
Case - add control handler check to is_empty()
parent
110b13e8b5
commit
4db0ec48c3
|
@ -147,5 +147,5 @@ Case::get_description() const {
|
|||
|
||||
bool
|
||||
Case::is_empty() const {
|
||||
return !(handler || repeat_count_handler || setup_handler || teardown_handler);
|
||||
return !(handler || control_handler || repeat_count_handler || setup_handler || teardown_handler);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue