aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/proto/test.proto
diff options
context:
space:
mode:
authorGravatar Abhishek Kumar <abhikumar@google.com>2015-04-16 20:45:25 -0700
committerGravatar Abhishek Kumar <abhikumar@google.com>2015-04-16 20:45:25 -0700
commit60572d422be5ae6f31c004792b33e1b3069fd697 (patch)
treea3ddd2de87a082ad28b528ba3f95fd95fb6a6b37 /test/proto/test.proto
parent1b3e3cd75b8f0e78499d430563619969ca17ef47 (diff)
Move .proto files up for reuse
Diffstat (limited to 'test/proto/test.proto')
-rw-r--r--test/proto/test.proto5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/proto/test.proto b/test/proto/test.proto
index b55780e5cd..b9483d8437 100644
--- a/test/proto/test.proto
+++ b/test/proto/test.proto
@@ -30,10 +30,11 @@
// An integration test service that covers all the method signature permutations
// of unary/streaming requests/responses.
+
syntax = "proto2";
-import "test/cpp/interop/empty.proto";
-import "test/cpp/interop/messages.proto";
+import "test/proto/empty.proto";
+import "test/proto/messages.proto";
package grpc.testing;