From c64d86ed4f3bf2c61b4a9b23719966b7a5dc9bf5 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Wed, 6 Jul 2016 12:04:49 -0700 Subject: 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. --- js/testbinary.proto | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/testbinary.proto') 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 map_string_string = 1; map map_string_int32 = 2; map map_string_int64 = 3; -- cgit v1.2.3