aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-array-empty.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/args-array-empty.json')
-rw-r--r--tests/qapi-schema/args-array-empty.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/args-array-empty.json b/tests/qapi-schema/args-array-empty.json
index 78a0b88221..652dcfb24a 100644
--- a/tests/qapi-schema/args-array-empty.json
+++ b/tests/qapi-schema/args-array-empty.json
@@ -1,6 +1,2 @@
# we reject an array for data if it does not contain a known type
-
-##
-# @oops:
-##
{ 'command': 'oops', 'data': { 'empty': [ ] } }