summaryrefslogtreecommitdiff
path: root/tests/json/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/json/test.proto')
-rw-r--r--tests/json/test.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/json/test.proto b/tests/json/test.proto
index e659001..2db0388 100644
--- a/tests/json/test.proto
+++ b/tests/json/test.proto
@@ -29,6 +29,11 @@ message TestMessage {
map<string, int32> map_string_int32 = 23;
map<string, bool> map_string_bool = 24;
map<string, SubMessage> map_string_msg = 25;
+
+ oneof o {
+ int32 oneof_int32 = 26;
+ int64 oneof_int64 = 27;
+ }
}
message SubMessage {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback