Browse Source
This test covers returning "bad" types. Pragma returns-whitelist is just one aspect. Naming it returns-whitelist is suboptimal. Rename to returns-bad-type. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20210323094025.3569441-19-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>pull/115/head
5 changed files with 3 additions and 3 deletions
@ -0,0 +1,2 @@ |
|||
returns-bad-type.json: In command 'no-way-this-will-get-whitelisted': |
|||
returns-bad-type.json:14: command's 'returns' cannot take array type ['int'] |
|||
@ -1,2 +0,0 @@ |
|||
returns-whitelist.json: In command 'no-way-this-will-get-whitelisted': |
|||
returns-whitelist.json:14: command's 'returns' cannot take array type ['int'] |
|||
Loading…
Reference in new issue