]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/flat-union-array-branch.json
scripts: Explicit usage of Python 3 (scripts without __main__)
[mirror_qemu.git] / tests / qapi-schema / flat-union-array-branch.json
index 51dde10392739c70c4de7b2985b8f6b709a4c741..0b98820a8febf619e5b9b9ad5edcf572c1fa4d2d 100644 (file)
@@ -1,22 +1,10 @@
-##
-# @TestEnum:
-##
 # we require flat union branches to be a struct
 { 'enum': 'TestEnum',
   'data': [ 'value1', 'value2' ] }
-##
-# @Base:
-##
 { 'struct': 'Base',
   'data': { 'enum1': 'TestEnum' } }
-##
-# @TestTypeB:
-##
 { 'struct': 'TestTypeB',
   'data': { 'integer': 'int' } }
-##
-# @TestUnion:
-##
 { 'union': 'TestUnion',
   'base': 'Base',
   'discriminator': 'enum1',