summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/enum-max-member.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/enum-max-member.json')
-rw-r--r--qemu/tests/qapi-schema/enum-max-member.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/tests/qapi-schema/enum-max-member.json b/qemu/tests/qapi-schema/enum-max-member.json
deleted file mode 100644
index 4bcda0bf0..000000000
--- a/qemu/tests/qapi-schema/enum-max-member.json
+++ /dev/null
@@ -1,3 +0,0 @@
-# we reject user-supplied 'max' for clashing with implicit enum end
-# TODO: should we instead munge the implicit value to avoid the clash?
-{ 'enum': 'MyEnum', 'data': [ 'max' ] }