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