aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-01-25 12:53:54 -0800
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-01-28 02:23:37 +0100
commit835646e9ffcaf3e825aaf538f44c504292480be5 (patch)
treebd776d7fd3c3c374599dea7373d8d349597dbe72 /test/core/surface
parente6dd773dffb9eaf30361f616bfb17c8a7ecebdac (diff)
Fix tests.
Diffstat (limited to 'test/core/surface')
-rw-r--r--test/core/surface/lame_client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/lame_client_test.c b/test/core/surface/lame_client_test.c
index b6db6a6b08..b78361aacb 100644
--- a/test/core/surface/lame_client_test.c
+++ b/test/core/surface/lame_client_test.c
@@ -125,7 +125,7 @@ int main(int argc, char **argv) {
op->reserved = NULL;
op++;
op->op = GRPC_OP_RECV_INITIAL_METADATA;
- op->data.recv_initial_metadata = &initial_metadata_recv;
+ op->data.recv_initial_metadata.recv_initial_metadata = &initial_metadata_recv;
op->flags = 0;
op->reserved = NULL;
op++;