| Index: mojo/public/cpp/bindings/tests/struct_with_traits.typemap
|
| diff --git a/mojo/public/cpp/bindings/tests/struct_with_traits.typemap b/mojo/public/cpp/bindings/tests/struct_with_traits.typemap
|
| index 9e39a1fc960bac92bd4a220484f7fd5933df3ab7..923f26909d8d1635d93bd86c6a70f0833aa15675 100644
|
| --- a/mojo/public/cpp/bindings/tests/struct_with_traits.typemap
|
| +++ b/mojo/public/cpp/bindings/tests/struct_with_traits.typemap
|
| @@ -14,5 +14,7 @@ deps = [
|
| "//mojo/public/cpp/bindings/tests:struct_with_traits_impl",
|
| ]
|
|
|
| -type_mappings =
|
| - [ "mojo.test.StructWithTraits=mojo::test::StructWithTraitsImpl" ]
|
| +type_mappings = [
|
| + "mojo.test.StructWithTraits=mojo::test::StructWithTraitsImpl",
|
| + "mojo.test.StructWithTraitsElement=mojo::test::StructWithTraitsElementImpl"
|
| +]
|
|
|