summaryrefslogtreecommitdiffstats
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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/enum-max-member.json b/tests/qapi-schema/enum-max-member.json
index 1519541..4bcda0b 100644
--- a/tests/qapi-schema/enum-max-member.json
+++ b/tests/qapi-schema/enum-max-member.json
@@ -1,3 +1,3 @@
-# FIXME: we should reject user-supplied 'max' for clashing with implicit enum end
+# 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' ] }
OpenPOWER on IntegriCloud