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, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/enum-bad-prefix.json b/tests/qapi-schema/enum-bad-prefix.json
index 996f628f6d..25f17a7b08 100644
--- a/tests/qapi-schema/enum-bad-prefix.json
+++ b/tests/qapi-schema/enum-bad-prefix.json
@@ -1,2 +1,6 @@
# The prefix must be a string type
+
+##
+# @MyEnum:
+##
{ 'enum': 'MyEnum', 'data': [ 'one' ], 'prefix': [ 'fish' ] }