diff options
Diffstat (limited to 'ipc/ipdl/test/ipdl/error/noEmptyToplevel.ipdl')
-rw-r--r-- | ipc/ipdl/test/ipdl/error/noEmptyToplevel.ipdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/error/noEmptyToplevel.ipdl b/ipc/ipdl/test/ipdl/error/noEmptyToplevel.ipdl new file mode 100644 index 000000000..08f13694e --- /dev/null +++ b/ipc/ipdl/test/ipdl/error/noEmptyToplevel.ipdl @@ -0,0 +1,5 @@ +protocol noEmptyToplevel { + + // it's an error for top-level protocols to be empty + +}; |