summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PIntrPriority.ipdl
blob: c8bf75e9a301e898c5cc3c308f7ff7242187874e (plain)
1
2
3
4
5
6
7
//error: intr message `Msg' cannot specify [Priority]

[ChildProc=any]
intr protocol PIntrPriority {
child:
  [Priority=vsync, LegacyIntr] intr Msg();
};