diff options
| author | “pengxuanzheng” <[email protected]> | 2021-09-24 10:44:30 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2021-09-24 15:43:47 +0800 |
| commit | f9bce9d590407cea1ab9764f7c10342ffb4eb795 (patch) | |
| tree | 2de3b0d69d0f61c2b3a80067cd472ce5bad8c5ad /gtest/CheckHosClient.cpp | |
| parent | 9250031fac8f5c5eec8c17498923315ea8a38a23 (diff) | |
🦄 refactor(TSG-7851): 重构fd,使用内存地址作为fdv2.0.5
Diffstat (limited to 'gtest/CheckHosClient.cpp')
| -rw-r--r-- | gtest/CheckHosClient.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtest/CheckHosClient.cpp b/gtest/CheckHosClient.cpp index 75787eed..b9f64d1d 100644 --- a/gtest/CheckHosClient.cpp +++ b/gtest/CheckHosClient.cpp @@ -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); |
