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 fb9d01d38a108562cf47bb06bd95052cb5348b70..da061deb75cf58772aa81994756f898a94f8db44 100644 |
--- a/mojo/public/cpp/bindings/tests/struct_with_traits.typemap |
+++ b/mojo/public/cpp/bindings/tests/struct_with_traits.typemap |
@@ -19,6 +19,6 @@ type_mappings = [ |
"mojo.test.EnumWithTraits=mojo::test::EnumWithTraitsImpl", |
"mojo.test.StructWithTraits=mojo::test::StructWithTraitsImpl", |
"mojo.test.NestedStructWithTraits=mojo::test::NestedStructWithTraitsImpl", |
- "mojo.test.PassByValueStructWithTraits=mojo::test::PassByValueStructWithTraitsImpl[pass_by_value]", |
- "mojo.test.StructWithTraitsForUniquePtrTest=std::unique_ptr<int>[pass_by_value]", |
+ "mojo.test.PassByValueStructWithTraits=mojo::test::PassByValueStructWithTraitsImpl[move_only]", |
+ "mojo.test.StructWithTraitsForUniquePtrTest=std::unique_ptr<int>[move_only]", |
] |