| 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 25389785a5e553f89464156721c061c987a9566c..3be4e7cf619ed059fcf72116f7b94dd3f73d86da 100644
|
| --- a/mojo/public/cpp/bindings/tests/struct_with_traits.typemap
|
| +++ b/mojo/public/cpp/bindings/tests/struct_with_traits.typemap
|
| @@ -21,5 +21,5 @@ type_mappings = [
|
| "mojo.test.NestedStructWithTraits=mojo::test::NestedStructWithTraitsImpl",
|
| "mojo.test.TrivialStructWithTraits=mojo::test::TrivialStructWithTraitsImpl[copyable_pass_by_value]",
|
| "mojo.test.MoveOnlyStructWithTraits=mojo::test::MoveOnlyStructWithTraitsImpl[move_only]",
|
| - "mojo.test.StructWithTraitsForUniquePtrTest=std::unique_ptr<int>[move_only]",
|
| + "mojo.test.StructWithTraitsForUniquePtr=std::unique_ptr<int>[move_only,nullable_is_same_type]",
|
| ]
|
|
|