diff options
Diffstat (limited to 'tests/qapi-schema/event-case.out')
-rw-r--r-- | tests/qapi-schema/event-case.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qapi-schema/event-case.out b/tests/qapi-schema/event-case.out index 313c0fe7be..88c0964917 100644 --- a/tests/qapi-schema/event-case.out +++ b/tests/qapi-schema/event-case.out @@ -1,5 +1,6 @@ +object q_empty enum QType ['none', 'qnull', 'qnum', 'qstring', 'qdict', 'qlist', 'qbool'] prefix QTYPE +module event-case.json event oops None boxed=False -object q_empty |