diff options
Diffstat (limited to 'tests/qapi-schema/struct-member-invalid.json')
-rw-r--r-- | tests/qapi-schema/struct-member-invalid.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/struct-member-invalid.json b/tests/qapi-schema/struct-member-invalid.json new file mode 100644 index 0000000000..968e63cb8e --- /dev/null +++ b/tests/qapi-schema/struct-member-invalid.json @@ -0,0 +1,3 @@ +# FIXME error message "should be a dictionary" is wrong, must be type name +{ 'struct': 'foo', + 'data': { 'a': false } } |