Skip to content

Commit 4eab30f

Browse files
committed
testpb: add syntax declaration to proto file
Required for Google's internal build system.
1 parent 7e022f8 commit 4eab30f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testpb/test.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
syntax = "proto2";
18+
1719
package testpb;
1820

1921
message TestMessage {

0 commit comments

Comments
 (0)