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-missing-expr.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-missing-expr.err')
-rw-r--r-- | tests/qapi-schema/doc-missing-expr.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-missing-expr.err b/tests/qapi-schema/doc-missing-expr.err index c0e687cadd..c909e26eca 100644 --- a/tests/qapi-schema/doc-missing-expr.err +++ b/tests/qapi-schema/doc-missing-expr.err @@ -1 +1 @@ -tests/qapi-schema/doc-missing-expr.json:3: Documention for 'bar' is not followed by the definition +tests/qapi-schema/doc-missing-expr.json:3: Documentation for 'bar' is not followed by the definition |