diff options
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/PNoTaintWithoutTainted.ipdl')
-rw-r--r-- | ipc/ipdl/test/ipdl/error/PNoTaintWithoutTainted.ipdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/error/PNoTaintWithoutTainted.ipdl b/ipc/ipdl/test/ipdl/error/PNoTaintWithoutTainted.ipdl new file mode 100644 index 0000000000..cfdde1f02c --- /dev/null +++ b/ipc/ipdl/test/ipdl/error/PNoTaintWithoutTainted.ipdl @@ -0,0 +1,6 @@ +//error: argument typename `int' of message `foo' has a NoTaint attribute, but the message lacks the Tainted attribute + +intr protocol PNoTaintWithoutTainted { +child: + async foo([NoTaint=passback] int id); +}; |