diff options
Diffstat (limited to 'tests/qapi-schema/enum-max-member.json')
-rw-r--r-- | tests/qapi-schema/enum-max-member.json | 2 |
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 1519541344..4bcda0bf07 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' ] } |