summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/enum-int-member.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/enum-int-member.json')
-rw-r--r--qemu/tests/qapi-schema/enum-int-member.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/tests/qapi-schema/enum-int-member.json b/qemu/tests/qapi-schema/enum-int-member.json
deleted file mode 100644
index 6c9c32e14..000000000
--- a/qemu/tests/qapi-schema/enum-int-member.json
+++ /dev/null
@@ -1,3 +0,0 @@
-# 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 ] }