aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/enum-bad-prefix.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/enum-bad-prefix.json')
-rw-r--r--tests/qapi-schema/enum-bad-prefix.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/enum-bad-prefix.json b/tests/qapi-schema/enum-bad-prefix.json
index 25f17a7b08..996f628f6d 100644
--- a/tests/qapi-schema/enum-bad-prefix.json
+++ b/tests/qapi-schema/enum-bad-prefix.json
@@ -1,6 +1,2 @@
# The prefix must be a string type
-
-##
-# @MyEnum:
-##
{ 'enum': 'MyEnum', 'data': [ 'one' ], 'prefix': [ 'fish' ] }