aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/testbinary.proto
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@google.com>2016-07-06 12:04:49 -0700
committerGravatar Adam Cozzette <acozzette@google.com>2016-07-06 14:11:39 -0700
commitc64d86ed4f3bf2c61b4a9b23719966b7a5dc9bf5 (patch)
tree650c85baa037cad7557667904c9b1648f455ca25 /js/testbinary.proto
parent02b55d248f2fa9f24905201d1ba16a79dd20fdc8 (diff)
Fixed failing JS tests
A couple of small tweaks were needed to fix test failures that were inadvertently introduced in the last down integration. I also had to add the map.js file which was missing.
Diffstat (limited to 'js/testbinary.proto')
-rw-r--r--js/testbinary.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/testbinary.proto b/js/testbinary.proto
index a3fcb5f1..116f17fb 100644
--- a/js/testbinary.proto
+++ b/js/testbinary.proto
@@ -185,8 +185,6 @@ extend TestExtendable {
}
message TestMapFields {
- option (jspb.generate_from_object) = true;
-
map<string, string> map_string_string = 1;
map<string, int32> map_string_int32 = 2;
map<string, int64> map_string_int64 = 3;