summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/IntrAsyncManager.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/IntrAsyncManager.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/error/IntrAsyncManager.ipdl10
1 files changed, 0 insertions, 10 deletions
diff --git a/ipc/ipdl/test/ipdl/error/IntrAsyncManager.ipdl b/ipc/ipdl/test/ipdl/error/IntrAsyncManager.ipdl
deleted file mode 100644
index dc5768df28..0000000000
--- a/ipc/ipdl/test/ipdl/error/IntrAsyncManager.ipdl
+++ /dev/null
@@ -1,10 +0,0 @@
-//error: protocol `IntrAsyncManagee' requires more powerful send semantics than its manager `IntrAsyncManager' provides
-
-include protocol IntrAsyncManagee;
-
-[ChildProc=any]
-async protocol IntrAsyncManager {
- manages IntrAsyncManagee;
-parent:
- async IntrAsyncManagee();
-};