summaryrefslogtreecommitdiff
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, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/enum-wrong-data.json b/tests/qapi-schema/enum-wrong-data.json
index 4b9e97878b..7b3e255c14 100644
--- a/tests/qapi-schema/enum-wrong-data.json
+++ b/tests/qapi-schema/enum-wrong-data.json
@@ -1,6 +1,2 @@
# we require that all qapi enums have an array for data
-
-##
-# @MyEnum:
-##
{ 'enum': 'MyEnum', 'data': { 'value': 'str' } }