| Index: common/prpc/helloworld_test.proto
 | 
| diff --git a/tools/cmd/cproto/testdata/helloworld/test.proto b/common/prpc/helloworld_test.proto
 | 
| similarity index 71%
 | 
| copy from tools/cmd/cproto/testdata/helloworld/test.proto
 | 
| copy to common/prpc/helloworld_test.proto
 | 
| index c338c6fcdf63ca99ac7845560461f65d5b748100..4fb6989b052dd9d45e5f419669f3dbcc10d3f503 100644
 | 
| --- a/tools/cmd/cproto/testdata/helloworld/test.proto
 | 
| +++ b/common/prpc/helloworld_test.proto
 | 
| @@ -4,13 +4,7 @@
 | 
|  
 | 
|  syntax = "proto3";
 | 
|  
 | 
| -package test;
 | 
| -
 | 
| -// The greeting service definition.
 | 
| -service Greeter {
 | 
| -  // Sends a greeting
 | 
| -  rpc SayHello (HelloRequest) returns (HelloReply) {}
 | 
| -}
 | 
| +package prpc;
 | 
|  
 | 
|  // The request message containing the user's name.
 | 
|  message HelloRequest {
 | 
| 
 |