Commit b4dd686a authored by Adam Cozzette's avatar Adam Cozzette

Updated enum names in test.proto to avoid conflicting with testbinary.proto

parent 599613e4
...@@ -254,9 +254,9 @@ message TestMapFieldsNoBinary { ...@@ -254,9 +254,9 @@ message TestMapFieldsNoBinary {
} }
enum MapValueEnumNoBinary { enum MapValueEnumNoBinary {
MAP_VALUE_FOO = 0; MAP_VALUE_FOO_NOBINARY = 0;
MAP_VALUE_BAR = 1; MAP_VALUE_BAR_NOBINARY = 1;
MAP_VALUE_BAZ = 2; MAP_VALUE_BAZ_NOBINARY = 2;
} }
message MapValueMessageNoBinary { message MapValueMessageNoBinary {
......
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