diff options
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/PExtendedAttrInvalidValue.ipdl')
-rw-r--r-- | ipc/ipdl/test/ipdl/error/PExtendedAttrInvalidValue.ipdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/error/PExtendedAttrInvalidValue.ipdl b/ipc/ipdl/test/ipdl/error/PExtendedAttrInvalidValue.ipdl new file mode 100644 index 0000000000..9720acdd41 --- /dev/null +++ b/ipc/ipdl/test/ipdl/error/PExtendedAttrInvalidValue.ipdl @@ -0,0 +1,6 @@ +//error: invalid value for attribute `NestedUpTo', expected one of: not, inside_sync, inside_cpow + +[NestedUpTo=invalid] async protocol PExtendedAttrInvalidValue { +parent: + async Msg(); +}; |