diff options
Diffstat (limited to 'tests/qapi-schema/comments.json')
-rw-r--r-- | tests/qapi-schema/comments.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/comments.json b/tests/qapi-schema/comments.json index d31ef0d90a..e643f3a74c 100644 --- a/tests/qapi-schema/comments.json +++ b/tests/qapi-schema/comments.json @@ -1,8 +1,4 @@ # Unindented comment - -## -# @Status: -## { 'enum': 'Status', # Comment to the right of code # Indented comment 'data': [ 'good', 'bad', 'ugly' ] } |