test input: use explicit package declaration (#345)
This commit is contained in:
committed by
GitHub
parent
74205e3319
commit
bd69862a02
@@ -2,7 +2,7 @@ syntax = "proto3";
|
||||
|
||||
import "parent_package_message.proto";
|
||||
|
||||
package parent.child;
|
||||
package import_parent_package_from_child.parent.child;
|
||||
|
||||
// Tests generated imports when a message refers to a message defined in its parent package
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package parent;
|
||||
package import_parent_package_from_child.parent;
|
||||
|
||||
message ParentPackageMessage {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user