mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
update tests
This commit is contained in:
parent
c7bc0c4b1c
commit
7bd302bd71
@ -197,7 +197,7 @@ static ret_t object_array_set_prop(object_t* obj, const char* name, const value_
|
||||
}
|
||||
|
||||
ret_t object_array_get(object_t* obj, uint32_t i, value_t* v) {
|
||||
ret_t ret = RET_OK;
|
||||
ret_t ret = RET_NOT_FOUND;
|
||||
object_array_t* o = OBJECT_ARRAY(obj);
|
||||
return_value_if_fail(o != NULL, RET_BAD_PARAMS);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user