aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/enum-int-member.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/enum-int-member.json')
-rw-r--r--tests/qapi-schema/enum-int-member.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/enum-int-member.json b/tests/qapi-schema/enum-int-member.json
new file mode 100644
index 00000000..6c9c32e1
--- /dev/null
+++ b/tests/qapi-schema/enum-int-member.json
@@ -0,0 +1,3 @@
+# we reject any enum member that is not a string
+# FIXME: once the parser understands integer inputs, improve the error message
+{ 'enum': 'MyEnum', 'data': [ 1 ] }