aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/enum-wrong-data.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/enum-wrong-data.json')
-rw-r--r--tests/qapi-schema/enum-wrong-data.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/enum-wrong-data.json b/tests/qapi-schema/enum-wrong-data.json
index 7b3e255c14..4b9e97878b 100644
--- a/tests/qapi-schema/enum-wrong-data.json
+++ b/tests/qapi-schema/enum-wrong-data.json
@@ -1,2 +1,6 @@
# we require that all qapi enums have an array for data
+
+##
+# @MyEnum:
+##
{ 'enum': 'MyEnum', 'data': { 'value': 'str' } }