summaryrefslogtreecommitdiffstats
path: root/chromium/ppapi/generators/test_gen_pnacl/test_interfaces.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/generators/test_gen_pnacl/test_interfaces.idl')
-rw-r--r--chromium/ppapi/generators/test_gen_pnacl/test_interfaces.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/ppapi/generators/test_gen_pnacl/test_interfaces.idl b/chromium/ppapi/generators/test_gen_pnacl/test_interfaces.idl
index f487a76263d..0abe79934a7 100644
--- a/chromium/ppapi/generators/test_gen_pnacl/test_interfaces.idl
+++ b/chromium/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);
+};
+