From 6ae3bde73dd9090712e22986afe866229e61d305 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Tue, 25 Nov 2014 14:01:44 -0800 Subject: Fix issue 99. --- src/google/protobuf/map_unittest.proto | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/google/protobuf/map_unittest.proto') diff --git a/src/google/protobuf/map_unittest.proto b/src/google/protobuf/map_unittest.proto index 54bc4486..9232d58f 100644 --- a/src/google/protobuf/map_unittest.proto +++ b/src/google/protobuf/map_unittest.proto @@ -75,3 +75,8 @@ enum MapEnum { MAP_ENUM_BAR = 1; MAP_ENUM_BAZ = 2; } + +// Test embeded message with required fields +message TestRequiredMessageMap { + map map_field = 1; +} -- cgit v1.2.3