aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-clash.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/alternate-clash.json')
-rw-r--r--tests/qapi-schema/alternate-clash.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/alternate-clash.json b/tests/qapi-schema/alternate-clash.json
index 97ca7c80e7..6d73bc527b 100644
--- a/tests/qapi-schema/alternate-clash.json
+++ b/tests/qapi-schema/alternate-clash.json
@@ -4,9 +4,5 @@
# TODO: In the future, if alternates are simplified to not generate
# the implicit Alt1Kind enum, we would still have a collision with the
# resulting C union trying to have two members named 'a_b'.
-
-##
-# @Alt1:
-##
{ 'alternate': 'Alt1',
'data': { 'a-b': 'str', 'a_b': 'int' } }