summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/SyncPrio.ipdl
blob: cbf833b6205a95ede6f00c03f28a010b500f4b5b (plain)
1
2
3
4
5
6
//error: non-async message `NormalPrio' cannot specify [ReplyPriority]
sync protocol SyncPrio
{
child:
  [ReplyPriority=normal] sync NormalPrio() returns (bool aValue);
};