summary refs log tree commit diff stats
path: root/tests/qapi-schema/missing-type.err
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2021-08-31 14:38:08 +0200
committerMarkus Armbruster <armbru@redhat.com>2021-09-03 17:09:10 +0200
commit6dcf03719acc4db6db7dc307359ff67d05e74451 (patch)
tree5eff7e580f36376d092750c6f63ddc85e6e5a823 /tests/qapi-schema/missing-type.err
parent9c629fa8340792cd30758b65f0593d93d7a383d7 (diff)
downloadfocaccia-qemu-6dcf03719acc4db6db7dc307359ff67d05e74451.tar.gz
focaccia-qemu-6dcf03719acc4db6db7dc307359ff67d05e74451.zip
qapi: Tweak error messages for missing / conflicting meta-type
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210831123809.1107782-12-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'tests/qapi-schema/missing-type.err')
-rw-r--r--tests/qapi-schema/missing-type.err2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/missing-type.err b/tests/qapi-schema/missing-type.err
index 5755386a18..cb39569e49 100644
--- a/tests/qapi-schema/missing-type.err
+++ b/tests/qapi-schema/missing-type.err
@@ -1 +1 @@
-missing-type.json:2: expression is missing metatype
+missing-type.json:2: expression must have exactly one key 'enum', 'struct', 'union', 'alternate', 'command', 'event'