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