Fixed writer comment

pull/1678/head
murgatroid99 10 years ago
parent 606129b655
commit 8166675a21
  1. 2
      src/objective-c/examples/Sample/SampleTests/RemoteProtoTests.m

@ -272,7 +272,7 @@
- (void)testCancelAfterFirstResponseRPC {
__weak XCTestExpectation *expectation = [self expectationWithDescription:@"CancelAfterFirstResponse"];
// A buffered pipe to which we never write any value acts as a writer that just hangs.
// A buffered pipe to which we write a single value but never close
GRXBufferedPipe *requestsBuffer = [[GRXBufferedPipe alloc] init];
__block BOOL receivedResponse = NO;

Loading…
Cancel
Save