aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/missing-comma-object.err
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-09-14 17:34:54 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-09-24 14:07:23 +0200
commit9f5e6b088a2d0b2b51e1cdf7c86f23f22d9ad493 (patch)
tree7d34c02b7c86b75f3b5dcfadffce684350a22cf2 /tests/qapi-schema/missing-comma-object.err
parent4d42815587063d6e544c4e6a2e3240516f44dcc9 (diff)
qapi: Use quotes more consistently in frontend error messages
Consistently enclose error messages in double quotes. Use single quotes within, except for one case of "'". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190914153506.2151-8-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/missing-comma-object.err')
-rw-r--r--tests/qapi-schema/missing-comma-object.err2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/missing-comma-object.err b/tests/qapi-schema/missing-comma-object.err
index 52b3a8a1ec..0f691b8ddd 100644
--- a/tests/qapi-schema/missing-comma-object.err
+++ b/tests/qapi-schema/missing-comma-object.err
@@ -1 +1 @@
-tests/qapi-schema/missing-comma-object.json:2:3: Expected "," or "}"
+tests/qapi-schema/missing-comma-object.json:2:3: Expected ',' or '}'