summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PBadUniquePtrBase.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/PBadUniquePtrBase.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/error/PBadUniquePtrBase.ipdl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/error/PBadUniquePtrBase.ipdl b/ipc/ipdl/test/ipdl/error/PBadUniquePtrBase.ipdl
new file mode 100644
index 0000000000..8058fb5334
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/error/PBadUniquePtrBase.ipdl
@@ -0,0 +1,8 @@
+//error: argument typename `UndeclaredType' of message `Test' has not been declared
+
+[ChildProc=any]
+protocol PBadUniquePtrBase {
+child:
+ async Test(UniquePtr<UndeclaredType> x);
+ async __delete__();
+};