aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/union-bad-base.err
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/union-bad-base.err')
-rw-r--r--tests/qapi-schema/union-bad-base.err2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qapi-schema/union-bad-base.err b/tests/qapi-schema/union-bad-base.err
new file mode 100644
index 0000000..42b2ed1
--- /dev/null
+++ b/tests/qapi-schema/union-bad-base.err
@@ -0,0 +1,2 @@
+union-bad-base.json: In union 'TestUnion':
+union-bad-base.json:8: member 'string' of type 'TestTypeA' collides with base member 'string'