summaryrefslogtreecommitdiffstats
path: root/src/tests/qapi-schema/args-name-clash.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/qapi-schema/args-name-clash.out')
-rw-r--r--src/tests/qapi-schema/args-name-clash.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/qapi-schema/args-name-clash.out b/src/tests/qapi-schema/args-name-clash.out
new file mode 100644
index 0000000..9b2f6e4
--- /dev/null
+++ b/src/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
OpenPOWER on IntegriCloud