test input: use explicit package declaration (#345)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							74205e3319
						
					
				
				
					commit
					bd69862a02
				
			| @@ -1,7 +1,7 @@ | ||||
| syntax = "proto3"; | ||||
|  | ||||
| import "root.proto"; | ||||
| package other; | ||||
| package import_circular_dependency.other; | ||||
|  | ||||
| message OtherPackageMessage { | ||||
|     RootPackageMessage rootPackageMessage = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user