Explorar el Código

Add back missing test proto files.

Bo Yang hace 9 años
padre
commit
f174d36380
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      php/tests/test_include.proto

+ 7 - 0
php/tests/test_include.proto

@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package bar;
+
+message TestInclude {
+  int32 a = 1;
+}