aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'js/test.proto')
-rw-r--r--js/test.proto6
1 files changed, 3 insertions, 3 deletions
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 {