summaryrefslogtreecommitdiff
path: root/gtest/CheckHosClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/CheckHosClient.cpp')
-rw-r--r--gtest/CheckHosClient.cpp1
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);