diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-02-17 21:38:25 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-02-22 19:52:20 +0100 |
commit | 7c81e4e9db5f63635fbf11d66bf08e73d325ae97 (patch) | |
tree | 0124c3507715bb5dc41decd80432d3f158a58a10 /qapi-schema.json | |
parent | bbf1028a0ade883cebae5faf984f0e78cb794b17 (diff) |
block: Don't bother asserting type of output visitor's output
After a visit of a complex QAPI type FOO
ov = qobject_output_visitor_new(&foo);
visit_type_FOO(ov, NULL, expr, &error_abort);
visit_complete(ov, &foo);
we can safely assume qobject_type(foo) is QTYPE_QDICT. We do in many
places, but occasionally assert qobject_type(obj) == QTYPE_QDICT.
Don't. The appropriate place to check such fundamental properties of
QAPI visitors is the test suite.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1487363905-9480-15-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi-schema.json')
0 files changed, 0 insertions, 0 deletions