diff options
Diffstat (limited to 'tests/qapi-schema/enum-bad-name.json')
-rw-r--r-- | tests/qapi-schema/enum-bad-name.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/enum-bad-name.json b/tests/qapi-schema/enum-bad-name.json index 8506562b31..978cb88994 100644 --- a/tests/qapi-schema/enum-bad-name.json +++ b/tests/qapi-schema/enum-bad-name.json @@ -1,2 +1,6 @@ # we ensure all enum names can map to C + +## +# @MyEnum: +## { 'enum': 'MyEnum', 'data': [ 'not^possible' ] } |