summary refs log tree commit diff stats
path: root/tests/qapi-schema/union-array-branch.err (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qapi: Improve error message for unexpected array typesMarkus Armbruster2023-04-241-1/+1
| | | | | | | | | | | We reject array types in certain places with "cannot be an array". Deleting this check improves the error message to "should be a type name" or "should be an object or type name", depending on context, so do that. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230316071325.492471-6-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
* tests/qapi-schema: Rename flat-union-* test cases to union-*Markus Armbruster2021-09-271-0/+2
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20210917143134.412106-23-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com