diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-09-06 11:39:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-06 11:39:40 -0700 |
commit | 51d05b2931bc0bc4cbf4477ce0455dc58aa724cf (patch) | |
tree | e0f1dd23223c6d0480b0bceb612322a849d5e522 /src | |
parent | f4379d2d2cc6fa7a7d8d6a03f3674918edc62dd1 (diff) | |
parent | a78a3b2dbe045719c6f8e724c355ffa5ca3396b4 (diff) |
Merge pull request #7894 from murgatroid99/build.yaml_changes
build.yaml changes to make certain grpc++ builds work
Diffstat (limited to 'src')
-rw-r--r-- | src/proto/grpc/testing/echo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/grpc/testing/echo.proto b/src/proto/grpc/testing/echo.proto index c596aabfcc..ca60a41b4f 100644 --- a/src/proto/grpc/testing/echo.proto +++ b/src/proto/grpc/testing/echo.proto @@ -42,7 +42,7 @@ service EchoTestService { rpc Unimplemented(EchoRequest) returns (EchoResponse); } -service UnimplementedService { +service UnimplementedEchoService { rpc Unimplemented(EchoRequest) returns (EchoResponse); } |