🦄 refactor(TSG-7851): 重构fd,使用内存地址作为fd
This commit is contained in:
committed by
pengxuanzheng
parent
9250031fac
commit
f9bce9d590
@@ -98,7 +98,6 @@ void CheckStructGHosFdContext(hos_fd_context_t *actual, hos_fd_context_t *expect
|
||||
EXPECT_EQ(actual->cache_count, expect->cache_count);
|
||||
EXPECT_EQ(actual->cache_rest, expect->cache_rest);
|
||||
EXPECT_EQ(actual->callback, expect->callback);
|
||||
EXPECT_EQ(actual->fd, expect->fd);
|
||||
EXPECT_EQ(actual->fd_status, expect->fd_status);
|
||||
EXPECT_EQ(actual->mode, expect->mode);
|
||||
EXPECT_STREQ(actual->object, expect->object);
|
||||
|
||||
Reference in New Issue
Block a user