aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/echo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/util/echo.proto')
-rw-r--r--test/cpp/util/echo.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cpp/util/echo.proto b/test/cpp/util/echo.proto
index 58ec680ecd..8d187c5617 100644
--- a/test/cpp/util/echo.proto
+++ b/test/cpp/util/echo.proto
@@ -41,3 +41,7 @@ service TestService {
rpc BidiStream(stream EchoRequest) returns (stream EchoResponse);
rpc Unimplemented(EchoRequest) returns (EchoResponse);
}
+
+service UnimplementedService {
+ rpc Unimplemented(EchoRequest) returns (EchoResponse);
+}