Skip to content

Commit 08eed0d

Browse files
committed
Add package specification to test proto
1 parent 37d0e40 commit 08eed0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/inputs/entry/entry.proto

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
syntax = "proto3";
22

3+
package entry;
4+
35
// This is a minimal example of a repeated message field that caused issues when
46
// checking whether a message is a map.
57
//

0 commit comments

Comments
 (0)