summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/ReplyPrioWithoutReturns.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/ReplyPrioWithoutReturns.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/error/ReplyPrioWithoutReturns.ipdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/error/ReplyPrioWithoutReturns.ipdl b/ipc/ipdl/test/ipdl/error/ReplyPrioWithoutReturns.ipdl
new file mode 100644
index 0000000000..0d1cd51217
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/error/ReplyPrioWithoutReturns.ipdl
@@ -0,0 +1,6 @@
+//error: non-returns message `NormalPrio' cannot specify [ReplyPriority]
+async protocol ReplyPrioWithoutReturns
+{
+child:
+ [ReplyPriority=normal] async NormalPrio();
+};