| Index: mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
|
| diff --git a/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap b/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
|
| index 258acd570fd689bb16de0fb9377e5a7b87f75110..1bdfbbc1a7024bcd309b95e1531d70a0147b102a 100644
|
| --- a/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
|
| +++ b/mojo/public/cpp/bindings/tests/test_native_types_blink.typemap
|
| @@ -13,5 +13,5 @@ deps = [
|
|
|
| type_mappings = [
|
| "mojo.test.PickledEnum=mojo::test::PickledEnumBlink",
|
| - "mojo.test.PickledStruct=mojo::test::PickledStructBlink"
|
| + "mojo.test.PickledStruct=mojo::test::PickledStructBlink[move_only]",
|
| ]
|
|
|