summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/type-bypass.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/type-bypass.json')
-rw-r--r--qemu/tests/qapi-schema/type-bypass.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu/tests/qapi-schema/type-bypass.json b/qemu/tests/qapi-schema/type-bypass.json
deleted file mode 100644
index 48b213783..000000000
--- a/qemu/tests/qapi-schema/type-bypass.json
+++ /dev/null
@@ -1,2 +0,0 @@
-# Use of 'gen':false allows bypassing type system
-{ 'command': 'unsafe', 'data': { 'arg': '**' }, 'returns': '**', 'gen': false }