Commit c64d86ed authored by Adam Cozzette's avatar Adam Cozzette

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.
parent 02b55d24
This diff is collapsed.
......@@ -229,3 +229,7 @@ message TestMessageWithOneof {
}
}
message TestEndsWithBytes {
optional int32 value = 1;
optional bytes data = 2;
}
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment