summaryrefslogtreecommitdiff
path: root/plugins/grpc/parser/test_import.proto
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/grpc/parser/test_import.proto')
-rw-r--r--plugins/grpc/parser/test_import.proto12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/grpc/parser/test_import.proto b/plugins/grpc/parser/test_import.proto
deleted file mode 100644
index 1b954fc1..00000000
--- a/plugins/grpc/parser/test_import.proto
+++ /dev/null
@@ -1,12 +0,0 @@
-syntax = "proto3";
-package app.namespace;
-
-import "message.proto";
-import "pong.proto";
-
-// Ping Service.
-service PingService {
- // Ping Method.
- rpc Ping (Message) returns (Message) {
- }
-} \ No newline at end of file