diff options
Diffstat (limited to 'tests/qapi-schema/include-relpath.out')
-rw-r--r-- | tests/qapi-schema/include-relpath.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qapi-schema/include-relpath.out b/tests/qapi-schema/include-relpath.out index 9e2c656fa0..97be601897 100644 --- a/tests/qapi-schema/include-relpath.out +++ b/tests/qapi-schema/include-relpath.out @@ -1,2 +1,4 @@ object :empty +enum QType ['none', 'qnull', 'qint', 'qstring', 'qdict', 'qlist', 'qfloat', 'qbool'] + prefix QTYPE enum Status ['good', 'bad', 'ugly'] |