aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/type-bypass-no-gen.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/type-bypass-no-gen.json')
-rw-r--r--tests/qapi-schema/type-bypass-no-gen.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qapi-schema/type-bypass-no-gen.json b/tests/qapi-schema/type-bypass-no-gen.json
new file mode 100644
index 00000000..4feae371
--- /dev/null
+++ b/tests/qapi-schema/type-bypass-no-gen.json
@@ -0,0 +1,2 @@
+# type bypass only works with 'gen':false
+{ 'command': 'unsafe', 'data': { 'arg': '**' }, 'returns': '**' }