summaryrefslogtreecommitdiff
path: root/qapi-schema-test.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi-schema-test.json')
-rw-r--r--qapi-schema-test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi-schema-test.json b/qapi-schema-test.json
index 8c7f9f79f4..9eae3501d7 100644
--- a/qapi-schema-test.json
+++ b/qapi-schema-test.json
@@ -8,7 +8,7 @@
# for testing nested structs
{ 'type': 'UserDefOne',
- 'data': { 'integer': 'int', 'string': 'str' } }
+ 'data': { 'integer': 'int', 'string': 'str', '*enum1': 'EnumOne' } }
{ 'type': 'UserDefTwo',
'data': { 'string': 'str',