Commit c10938a1 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #1752 from acozzette/fix-js-tests

Fixed failing JS tests
parents ec458973 c64d86ed
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