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