diff options
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestSyncHang.ipdl')
-rw-r--r-- | ipc/ipdl/test/cxx/PTestSyncHang.ipdl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ipc/ipdl/test/cxx/PTestSyncHang.ipdl b/ipc/ipdl/test/cxx/PTestSyncHang.ipdl new file mode 100644 index 0000000000..eefcf2c5e9 --- /dev/null +++ b/ipc/ipdl/test/cxx/PTestSyncHang.ipdl @@ -0,0 +1,15 @@ + +namespace mozilla { +namespace _ipdltest { + + +protocol PTestSyncHang { + +child: + async __delete__(); + +}; + + +} // namespace mozilla +} // namespace _ipdltest |