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, 0 insertions, 6 deletions
diff --git a/tests/qapi-schema/args-name-clash.out b/tests/qapi-schema/args-name-clash.out index 9b2f6e4d5f..e69de29bb2 100644 --- a/tests/qapi-schema/args-name-clash.out +++ b/tests/qapi-schema/args-name-clash.out @@ -1,6 +0,0 @@ -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 |