summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/struct-member-invalid.json
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-08-31 17:28:52 +0200
committerMarkus Armbruster <armbru@redhat.com>2015-09-04 15:47:16 +0200
commitc6b71e5ae73802057d700e2419b80aef1651f213 (patch)
treee4d4d8726fe026754e3d731edada45c2f8013145 /tests/qapi-schema/struct-member-invalid.json
parent10689e36eb99e99751497ac8cef2a946e9a3a850 (diff)
downloadqemu-c6b71e5ae73802057d700e2419b80aef1651f213.zip
qapi: Fix errors for non-string, non-dictionary members
Fixes the errors demonstrated by the previous commit. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/struct-member-invalid.json')
-rw-r--r--tests/qapi-schema/struct-member-invalid.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qapi-schema/struct-member-invalid.json b/tests/qapi-schema/struct-member-invalid.json
index 968e63cb8e..8f172f7a87 100644
--- a/tests/qapi-schema/struct-member-invalid.json
+++ b/tests/qapi-schema/struct-member-invalid.json
@@ -1,3 +1,2 @@
-# FIXME error message "should be a dictionary" is wrong, must be type name
{ 'struct': 'foo',
'data': { 'a': false } }