aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/enum-clash-member.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/enum-clash-member.json')
-rw-r--r--tests/qapi-schema/enum-clash-member.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/enum-clash-member.json b/tests/qapi-schema/enum-clash-member.json
index fd52751941..b6928b8bfd 100644
--- a/tests/qapi-schema/enum-clash-member.json
+++ b/tests/qapi-schema/enum-clash-member.json
@@ -1,6 +1,2 @@
# we reject enums where members will clash when mapped to C enum
-
-##
-# @MyEnum:
-##
{ 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }