aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.4.0/php/tests/proto/test_php_namespace.proto
diff options
context:
space:
mode:
authorGravatar Loo Rong Jie <loorongjie@gmail.com>2018-06-21 11:29:04 +0800
committerGravatar Jakob Buchgraber <buchgr@google.com>2018-07-09 16:28:56 +0200
commit6fd4e0edd4de22dec9eda13dc0b29214f2ca117e (patch)
treee05b713ab4eceb88e6686e34e2a98426b16009bc /third_party/protobuf/3.4.0/php/tests/proto/test_php_namespace.proto
parent868060b2925a98a22c4a2e760dd38da0bef6146c (diff)
Update protobuf to 3.6.0. Fixes #5439
Diffstat (limited to 'third_party/protobuf/3.4.0/php/tests/proto/test_php_namespace.proto')
-rw-r--r--third_party/protobuf/3.4.0/php/tests/proto/test_php_namespace.proto8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/protobuf/3.4.0/php/tests/proto/test_php_namespace.proto b/third_party/protobuf/3.4.0/php/tests/proto/test_php_namespace.proto
deleted file mode 100644
index 713187b9b0..0000000000
--- a/third_party/protobuf/3.4.0/php/tests/proto/test_php_namespace.proto
+++ /dev/null
@@ -1,8 +0,0 @@
-syntax = "proto3";
-
-package foo;
-option php_namespace = "Php\\Test";
-
-message TestNamespace {
- int32 a = 1;
-}