]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/union-unknown.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / union-unknown.json
index 5042b23197283e911a3ee1f69346e3d656b3d94b..aa7e8143d81b5142a976a2f3add1a4ab79eca2b4 100644 (file)
@@ -1,7 +1,3 @@
 # we reject a union with unknown type in branch
-
-##
-# @Union:
-##
 { 'union': 'Union',
   'data': { 'unknown': 'MissingType' } }