summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/ManagerForgot.ipdl
blob: 00c08ebe87ad35336fc6a956c25bf157df470dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
//error: |manager| declaration in protocol `ForgottenManagee' does not match any |manages| declaration in protocol `ManagerForgot'

include protocol ForgottenManagee;

// See ForgottenManagee.ipdl. This includes ForgottenManagee to
// ensure that loading this file fails.

protocol ManagerForgot {
child:
    async Msg();
};