| Index: mojo/public/interfaces/bindings/tests/test_unions.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/test_unions.mojom b/mojo/public/interfaces/bindings/tests/test_unions.mojom
|
| index ffc89221b6894607428a5e7200eaf340db0be7ff..cda5be4c48ba10b7e88d91b599f927d1374bf7d4 100644
|
| --- a/mojo/public/interfaces/bindings/tests/test_unions.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/test_unions.mojom
|
| @@ -24,6 +24,8 @@ union ObjectUnion {
|
| string f_string;
|
| DummyStruct f_dummy;
|
| DummyStruct? f_nullable;
|
| + array<int8> f_array_int8;
|
| + map<string, int8> f_map_int8;
|
| };
|
|
|
| struct DummyStruct {
|
|
|