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/test.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/test.proto') diff --git a/js/test.proto b/js/test.proto index 06eb79af..cf2eafef 100644 --- a/js/test.proto +++ b/js/test.proto @@ -229,3 +229,7 @@ message TestMessageWithOneof { } } +message TestEndsWithBytes { + optional int32 value = 1; + optional bytes data = 2; +} -- cgit v1.2.3