diff options
Diffstat (limited to 'tests/qapi-schema/event-case.out')
-rw-r--r-- | tests/qapi-schema/event-case.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qapi-schema/event-case.out b/tests/qapi-schema/event-case.out index cdfd264f9c..6350d6497b 100644 --- a/tests/qapi-schema/event-case.out +++ b/tests/qapi-schema/event-case.out @@ -1,2 +1,4 @@ object :empty +enum QType ['none', 'qnull', 'qint', 'qstring', 'qdict', 'qlist', 'qfloat', 'qbool'] + prefix QTYPE event oops None |