瀏覽代碼

Add back missing test proto files.

Bo Yang 9 年之前
父節點
當前提交
f174d36380
共有 1 個文件被更改,包括 7 次插入0 次删除
  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;
+}