aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/struct-base-clash.err
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/struct-base-clash.err')
-rw-r--r--tests/qapi-schema/struct-base-clash.err2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/struct-base-clash.err b/tests/qapi-schema/struct-base-clash.err
index bf94eee..8c3ee1c 100644
--- a/tests/qapi-schema/struct-base-clash.err
+++ b/tests/qapi-schema/struct-base-clash.err
@@ -1,2 +1,2 @@
tests/qapi-schema/struct-base-clash.json: In struct 'Sub':
-tests/qapi-schema/struct-base-clash.json:5: 'name' (member of Sub) collides with 'name' (member of Base)
+tests/qapi-schema/struct-base-clash.json:5: member 'name' collides with member 'name' of type 'Base'