Chromium Code Reviews| Index: client/flagpb/unmarshal_test.proto |
| diff --git a/client/flagpb/unmarshal_test.proto b/client/flagpb/unmarshal_test.proto |
| index 83de0a99e70137b473e9692a0747b7e6f1ef0fd1..b4827ecbe184538215dd9986dc95090cad3f2fd1 100644 |
| --- a/client/flagpb/unmarshal_test.proto |
| +++ b/client/flagpb/unmarshal_test.proto |
| @@ -28,3 +28,9 @@ message M3 { |
| string s = 4; |
| bytes bt = 5; |
| } |
| + |
| +message MapContainer { |
| + map<string, string> ss = 1; |
| + map<int32, int32> ii = 2; |
| + map<string, M1> sm1 = 3; |
| +} |