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

This commit is contained in:
Adam Cozzette 2016-11-18 10:22:46 -08:00
parent 599613e4c4
commit b4dd686ab4

View file

@ -254,9 +254,9 @@ message TestMapFieldsNoBinary {
}
enum MapValueEnumNoBinary {
MAP_VALUE_FOO = 0;
MAP_VALUE_BAR = 1;
MAP_VALUE_BAZ = 2;
MAP_VALUE_FOO_NOBINARY = 0;
MAP_VALUE_BAR_NOBINARY = 1;
MAP_VALUE_BAZ_NOBINARY = 2;
}
message MapValueMessageNoBinary {