summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/struct-member-invalid.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/struct-member-invalid.json')
-rw-r--r--tests/qapi-schema/struct-member-invalid.json3
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 0000000..968e63c
--- /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 } }
OpenPOWER on IntegriCloud