diff options
Diffstat (limited to 'tests/qapi-schema/indented-expr.out')
-rw-r--r-- | tests/qapi-schema/indented-expr.out | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/qapi-schema/indented-expr.out b/tests/qapi-schema/indented-expr.out index b5ce9151bc..c5af55a05c 100644 --- a/tests/qapi-schema/indented-expr.out +++ b/tests/qapi-schema/indented-expr.out @@ -1,3 +1,4 @@ -[OrderedDict([('command', 'eins')]), OrderedDict([('command', 'zwei')])] -[] -[] +command eins None -> None + gen=True success_response=True +command zwei None -> None + gen=True success_response=True |