| Index: ppapi/generators/test_gen_pnacl/test_interfaces.idl
|
| diff --git a/ppapi/generators/test_gen_pnacl/test_interfaces.idl b/ppapi/generators/test_gen_pnacl/test_interfaces.idl
|
| index f487a76263d297aeb76c9eb1315b7eb0f2c7cc66..0abe79934a7cc48b4b7569513aae3d3a1d2a2f6e 100644
|
| --- a/ppapi/generators/test_gen_pnacl/test_interfaces.idl
|
| +++ b/ppapi/generators/test_gen_pnacl/test_interfaces.idl
|
| @@ -153,3 +153,9 @@ interface PPP_SomeWrap {
|
| [version=2.0]
|
| void foo2([in] int32_t a);
|
| };
|
| +
|
| +[no_interface_string]
|
| +interface PPP_NoIFString {
|
| + int32_t Dummy([in] some_struct a);
|
| +};
|
| +
|
|
|