aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/enum-dict-member.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/enum-dict-member.json')
-rw-r--r--tests/qapi-schema/enum-dict-member.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/enum-dict-member.json b/tests/qapi-schema/enum-dict-member.json
index 69d30f0c1e..79672e0f09 100644
--- a/tests/qapi-schema/enum-dict-member.json
+++ b/tests/qapi-schema/enum-dict-member.json
@@ -1,6 +1,2 @@
# we reject any enum member that is not a string
-
-##
-# @MyEnum:
-##
{ 'enum': 'MyEnum', 'data': [ { 'value': 'str' } ] }