aboutsummaryrefslogtreecommitdiff
path: root/js/test.proto
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2016-07-06 12:04:49 -0700
committerAdam Cozzette <acozzette@google.com>2016-07-06 14:11:39 -0700
commitc64d86ed4f3bf2c61b4a9b23719966b7a5dc9bf5 (patch)
tree650c85baa037cad7557667904c9b1648f455ca25 /js/test.proto
parent02b55d248f2fa9f24905201d1ba16a79dd20fdc8 (diff)
downloadprotobuf-c64d86ed4f3bf2c61b4a9b23719966b7a5dc9bf5.tar.gz
protobuf-c64d86ed4f3bf2c61b4a9b23719966b7a5dc9bf5.tar.bz2
protobuf-c64d86ed4f3bf2c61b4a9b23719966b7a5dc9bf5.zip
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/test.proto')
-rw-r--r--js/test.proto4
1 files changed, 4 insertions, 0 deletions
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;
+}