From b4dd686ab484c7e8ab31b8624c4a70ae355fc614 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Fri, 18 Nov 2016 10:22:46 -0800 Subject: Updated enum names in test.proto to avoid conflicting with testbinary.proto --- js/test.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js') diff --git a/js/test.proto b/js/test.proto index 52ba2cc1..2be5b8c1 100644 --- a/js/test.proto +++ b/js/test.proto @@ -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 { -- cgit v1.2.3