diff options
Diffstat (limited to 'tests/qapi-schema/bad-ident.json')
-rw-r--r-- | tests/qapi-schema/bad-ident.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/bad-ident.json b/tests/qapi-schema/bad-ident.json index 763627ad23..b43df7a3e0 100644 --- a/tests/qapi-schema/bad-ident.json +++ b/tests/qapi-schema/bad-ident.json @@ -1,2 +1,6 @@ # we reject creating a type name with bad name + +## +# @*oops: +## { 'struct': '*oops', 'data': { 'i': 'int' } } |