diff options
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/PDeleteSub.ipdl')
-rw-r--r-- | ipc/ipdl/test/ipdl/ok/PDeleteSub.ipdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/PDeleteSub.ipdl b/ipc/ipdl/test/ipdl/ok/PDeleteSub.ipdl index 12b4c677eb..c46f225d0f 100644 --- a/ipc/ipdl/test/ipdl/ok/PDeleteSub.ipdl +++ b/ipc/ipdl/test/ipdl/ok/PDeleteSub.ipdl @@ -4,7 +4,7 @@ sync protocol PDeleteSub { manager PDelete; parent: - sync __delete__(int x) returns (double d); + async __delete__(int x); }; |