summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl b/ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl
new file mode 100644
index 0000000000..5bc539983a
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl
@@ -0,0 +1,6 @@
+//error: intr message `Msg' cannot specify [Priority]
+
+intr protocol PIntrPriority {
+child:
+ [Priority=vsync, LegacyIntr] intr Msg();
+};