diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-02-24 11:14:42 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-03-05 15:40:50 +0100 |
commit | 0e92a19b8c3b269dee377b76898c8bd7cadc1273 (patch) | |
tree | 413de170f72a15dd170e2c0d3454ced79850d49b /tests/qapi-schema/trailing-comma-list.err | |
parent | a0e61807a3492b57f10d78e97fed97a0d3b21933 (diff) |
qapi: Fix parse errors for removal of null from schema language
Commit 9d55380b5a "qapi: Remove null from schema language" (v4.2.0)
neglected to update two error messages. Do that now.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210224101442.1837475-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'tests/qapi-schema/trailing-comma-list.err')
-rw-r--r-- | tests/qapi-schema/trailing-comma-list.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/trailing-comma-list.err b/tests/qapi-schema/trailing-comma-list.err index ad2f2d7c97..bb5f8c3c90 100644 --- a/tests/qapi-schema/trailing-comma-list.err +++ b/tests/qapi-schema/trailing-comma-list.err @@ -1 +1 @@ -trailing-comma-list.json:2:36: expected '{', '[', string, boolean or 'null' +trailing-comma-list.json:2:36: expected '{', '[', string, or boolean |