| 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..c355e3663075afce6f7389c45b988f93eb1f3268 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.NestedStructWithTraits=mojo::test::NestedStructWithTraitsImpl"
|
| +]
|
|
|