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
062cb1d7ec
commit
c7bc0c4b1c
@ -178,7 +178,7 @@ TEST(TypedArray, object1) {
|
||||
}
|
||||
|
||||
ASSERT_EQ(object_get_prop_int(obj, "size", 0), i);
|
||||
ASSERT_EQ(object_get_prop_int(obj, "byte_size", 0), i * sizeof(uint32_t));
|
||||
ASSERT_EQ(object_get_prop_int(obj, "bytes", 0), i * sizeof(uint32_t));
|
||||
ASSERT_EQ(object_get_prop_pointer(obj, "data"), (void*)a->data);
|
||||
|
||||
typed_array_destroy(a);
|
||||
|
Loading…
Reference in New Issue
Block a user