|  | @@ -244,7 +244,8 @@ class TestServiceImpl : public ::grpc::testing::EchoTestService::Service {
 | 
											
												
													
														|  |            gpr_time_from_micros(request->param().server_cancel_after_us(),
 |  |            gpr_time_from_micros(request->param().server_cancel_after_us(),
 | 
											
												
													
														|  |                                 GPR_TIMESPAN)));
 |  |                                 GPR_TIMESPAN)));
 | 
											
												
													
														|  |        return Status::CANCELLED;
 |  |        return Status::CANCELLED;
 | 
											
												
													
														|  | -    } else if (!request->has_param() || !request->param().skip_cancelled_check()) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +    } else if (!request->has_param() ||
 | 
											
												
													
														|  | 
 |  | +               !request->param().skip_cancelled_check()) {
 | 
											
												
													
														|  |        EXPECT_FALSE(context->IsCancelled());
 |  |        EXPECT_FALSE(context->IsCancelled());
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 |