summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/ManagerForgot.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/ManagerForgot.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/error/ManagerForgot.ipdl12
1 files changed, 12 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/error/ManagerForgot.ipdl b/ipc/ipdl/test/ipdl/error/ManagerForgot.ipdl
new file mode 100644
index 0000000000..ae87534fb9
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/error/ManagerForgot.ipdl
@@ -0,0 +1,12 @@
+//error: |manager| declaration in protocol `ForgottenManagee' does not match any |manages| declaration in protocol `ManagerForgot'
+
+include protocol ForgottenManagee;
+
+// See ForgottenManagee.ipdl. This includes ForgottenManagee to
+// ensure that loading this file fails.
+
+[ChildProc=any]
+protocol ManagerForgot {
+child:
+ async Msg();
+};