mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-23 15:11:51 +00:00
egl test fix
Signed-off-by: wangxutao <wangxutao5@huawei.com>
This commit is contained in:
parent
de3bed82cc
commit
13e58ef8a3
@ -129,7 +129,7 @@ HWTEST_F(EglBlobTest, EglBlobInit004, Level1)
|
||||
BlobCache::setBlobFunc(key, keysize, value, valuesize);
|
||||
BlobCache::getBlobFunc(key, keysize, value2, valuesize);
|
||||
int c = *static_cast<int *>(value2);
|
||||
ASSERT_EQ(c, 2);
|
||||
ASSERT_EQ(c, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user