diff options
Diffstat (limited to 'tests/qapi-schema/enum-max-member.json')
-rw-r--r-- | tests/qapi-schema/enum-max-member.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qapi-schema/enum-max-member.json b/tests/qapi-schema/enum-max-member.json deleted file mode 100644 index 4bcda0bf07..0000000000 --- a/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' ] } |