diff options
| author | Markus Armbruster <armbru@redhat.com> | 2019-09-27 15:46:34 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2019-09-28 17:17:32 +0200 |
| commit | eeb57c85da04b0c120562b25e3eac5cb16d8bf15 (patch) | |
| tree | 1d28ffe491ac2c8d3d1aade7e0cea6c6081bb251 /tests/qapi-schema/unknown-expr-key.err | |
| parent | 3f58cc29a8d2f01dc498ff4624a25e72448059a1 (diff) | |
| download | focaccia-qemu-eeb57c85da04b0c120562b25e3eac5cb16d8bf15.tar.gz focaccia-qemu-eeb57c85da04b0c120562b25e3eac5cb16d8bf15.zip | |
qapi: Avoid redundant definition references in error messages
Many error messages refer to the offending definition even though they're preceded by an "in definition" line. Rephrase them. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190927134639.4284-22-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to '')
| -rw-r--r-- | tests/qapi-schema/unknown-expr-key.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/unknown-expr-key.err b/tests/qapi-schema/unknown-expr-key.err index e401efe148..be9f99c4ef 100644 --- a/tests/qapi-schema/unknown-expr-key.err +++ b/tests/qapi-schema/unknown-expr-key.err @@ -1,3 +1,3 @@ tests/qapi-schema/unknown-expr-key.json: In struct 'bar': -tests/qapi-schema/unknown-expr-key.json:2: unknown keys 'bogus', 'phony' in struct 'bar' +tests/qapi-schema/unknown-expr-key.json:2: struct has unknown keys 'bogus', 'phony' Valid keys are 'base', 'data', 'features', 'if', 'struct'. |