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

include protocol compressCtor;

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