浏览代码

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

Adam Cozzette 8 年之前
父节点
当前提交
b4dd686ab4
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      js/test.proto

+ 3 - 3
js/test.proto

@@ -254,9 +254,9 @@ message TestMapFieldsNoBinary {
 }
 }
 
 
 enum MapValueEnumNoBinary {
 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 {
 message MapValueMessageNoBinary {