27ae2f0787
Commit 0426d53c65
"qapi: Simplify visiting of alternate types"
eliminated the implicit alternate enum, but neglected to update a
comment about it in a test. Do that now.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-5-armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
6 lines
239 B
JSON
6 lines
239 B
JSON
# Alternate branch name collision
|
|
# Reject an alternate that would result in a collision in generated C
|
|
# names (this would try to generate two union members named 'a_b').
|
|
{ 'alternate': 'Alt1',
|
|
'data': { 'a-b': 'bool', 'a_b': 'int' } }
|