aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-any.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/args-any.json')
-rw-r--r--tests/qapi-schema/args-any.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/args-any.json b/tests/qapi-schema/args-any.json
index 58fe5e470e..f494479cc9 100644
--- a/tests/qapi-schema/args-any.json
+++ b/tests/qapi-schema/args-any.json
@@ -1,2 +1,6 @@
# we do not allow an 'any' argument
+
+##
+# @oops:
+##
{ 'command': 'oops', 'data': 'any' }