]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/args-array-unknown.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / args-array-unknown.json
index f680fc10d3c0b831fc20b6c50abc24665566679d..6f3e883315c634c24bb4d2f77281647d016942c8 100644 (file)
@@ -1,6 +1,2 @@
 # we reject an array for data if it does not contain a known type
-
-##
-# @oops:
-##
 { 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }