diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-03-15 13:57:20 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-03-16 07:13:03 +0100 |
commit | e7823a2adf7222d0513b8e7cfd8af85d407d4918 (patch) | |
tree | ed25b9f488b11f23325753213697cd9abd9d34b7 /tests/qapi-schema/doc-no-symbol.err | |
parent | 2028be8eeaa5334ce63fbf625942c6d52c6dac28 (diff) |
qapi: Fix detection of doc / expression mismatch
This fixes the errors uncovered by the previous commit.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1489582656-31133-32-git-send-email-armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/doc-no-symbol.err')
-rw-r--r-- | tests/qapi-schema/doc-no-symbol.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-no-symbol.err b/tests/qapi-schema/doc-no-symbol.err index 727966cc0c..75f032a942 100644 --- a/tests/qapi-schema/doc-no-symbol.err +++ b/tests/qapi-schema/doc-no-symbol.err @@ -1 +1 @@ -tests/qapi-schema/doc-no-symbol.json:4: Definition of 'foo' follows documentation for 'None' +tests/qapi-schema/doc-no-symbol.json:3: Expression documentation required |