summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/managedNoDtor.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/managedNoDtor.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/error/managedNoDtor.ipdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/error/managedNoDtor.ipdl b/ipc/ipdl/test/ipdl/error/managedNoDtor.ipdl
new file mode 100644
index 000000000..8d98018ee
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/error/managedNoDtor.ipdl
@@ -0,0 +1,6 @@
+include protocol managerNoDtor;
+
+protocol managedNoDtor {
+ manager managerNoDtor;
+ // empty
+};