summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/union-base-no-discriminator.err
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-08-31 15:37:42 +0200
committerMarkus Armbruster <armbru@redhat.com>2015-09-04 15:47:16 +0200
commit65fbe125451da9421070ab03944c9600a264eefc (patch)
tree1150b463d7d82dced46cce947c4fe9cbc08e54b3 /tests/qapi-schema/union-base-no-discriminator.err
parent3a864e7c52af15017d5082a9ee39a7919f46d2b5 (diff)
downloadhqemu-65fbe125451da9421070ab03944c9600a264eefc.zip
hqemu-65fbe125451da9421070ab03944c9600a264eefc.tar.gz
qapi: Drop one of two "simple union must not have base" checks
The first check ensures the second one can't trigger. Drop the first one, because the second one is in a more logical place, and emits a nicer error message. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/union-base-no-discriminator.err')
-rw-r--r--tests/qapi-schema/union-base-no-discriminator.err2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/union-base-no-discriminator.err b/tests/qapi-schema/union-base-no-discriminator.err
index fc8b79c..8b7a242 100644
--- a/tests/qapi-schema/union-base-no-discriminator.err
+++ b/tests/qapi-schema/union-base-no-discriminator.err
@@ -1 +1 @@
-tests/qapi-schema/union-base-no-discriminator.json:11: Union 'TestUnion' requires a discriminator to go along with base
+tests/qapi-schema/union-base-no-discriminator.json:11: Simple union 'TestUnion' must not have a base
OpenPOWER on IntegriCloud