diff options
Diffstat (limited to 'tests/qapi-schema/args-name-clash.out')
-rw-r--r-- | tests/qapi-schema/args-name-clash.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qapi-schema/args-name-clash.out b/tests/qapi-schema/args-name-clash.out new file mode 100644 index 0000000000..9b2f6e4d5f --- /dev/null +++ b/tests/qapi-schema/args-name-clash.out @@ -0,0 +1,6 @@ +object :empty +object :obj-oops-arg + member a-b: str optional=False + member a_b: str optional=False +command oops :obj-oops-arg -> None + gen=True success_response=True |