aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/compiler/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'test/compiler/test.proto')
-rw-r--r--test/compiler/test.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/compiler/test.proto b/test/compiler/test.proto
index ed7c6a7b79..1714de7c11 100644
--- a/test/compiler/test.proto
+++ b/test/compiler/test.proto
@@ -32,7 +32,8 @@
// This file is duplicated around the code base. See GitHub issue #526.
syntax = "proto2";
-package grpc.testing;
+// TODO(atash): Investigate this statement's utility.
+// package grpc.testing;
enum PayloadType {
// Compressable text format.