]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qapi-schema: Cover forward reference to sub-module
authorMarkus Armbruster <armbru@redhat.com>
Fri, 1 Mar 2019 15:40:50 +0000 (16:40 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 5 Mar 2019 13:43:11 +0000 (14:43 +0100)
commit5e12eb987b3299a5da4172fe744e91dbd00b6516
tree9a49af4a57d33af462f8af41f839e379eabe1f74
parentb359f4b203fc8a3cc2967bf55d532dcf05928c8a
tests/qapi-schema: Cover forward reference to sub-module

The forward reference from the main module to the sub-module works
fine, except for an issue visible in qapi-schema-test.out: the array
type wrapped around the forward reference ends up in the main module,
not the sub-module.  The next commit will explain why that's bad, and
fix it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190301154051.23317-7-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out