Commit c81b4202 authored by Adam Cozzette's avatar Adam Cozzette

Fixed Java tests

parent dbc644fc
...@@ -30,9 +30,10 @@ ...@@ -30,9 +30,10 @@
syntax = "proto3"; syntax = "proto3";
package map_test; package map_lite_test;
option java_package = "map_test"; option optimize_for = LITE_RUNTIME;
option java_package = "map_lite_test";
option java_outer_classname = "MapTestProto"; option java_outer_classname = "MapTestProto";
message TestMap { message TestMap {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment