summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PCompressInvalid.ipdl
blob: bc81e4544b24be62569d6e4f65fb699db615bae4 (plain)
1
2
3
4
5
6
7
8
9
//error: invalid value for attribute `Compress', expected one of: None, all

include protocol compressCtor;

[ChildProc=any]
async protocol PCompressInvalid {
child:
    [Compress=Invalid] async Message();
};