summaryrefslogtreecommitdiff
path: root/grpc/third_party/upb/tests/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/third_party/upb/tests/test.proto')
-rw-r--r--grpc/third_party/upb/tests/test.proto8
1 files changed, 0 insertions, 8 deletions
diff --git a/grpc/third_party/upb/tests/test.proto b/grpc/third_party/upb/tests/test.proto
deleted file mode 100644
index c4b7e9c3..00000000
--- a/grpc/third_party/upb/tests/test.proto
+++ /dev/null
@@ -1,8 +0,0 @@
-
-syntax = "proto2";
-
-package upb_test;
-
-message MapTest {
- map<string, double> map_string_double = 1;
-}