aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/redefined-command.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/redefined-command.json')
-rw-r--r--tests/qapi-schema/redefined-command.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/qapi-schema/redefined-command.json b/tests/qapi-schema/redefined-command.json
index 3a8cb9024c..247e401948 100644
--- a/tests/qapi-schema/redefined-command.json
+++ b/tests/qapi-schema/redefined-command.json
@@ -1,10 +1,3 @@
# we reject commands defined more than once
-
-##
-# @foo:
-##
{ 'command': 'foo', 'data': { 'one': 'str' } }
-##
-# @foo:
-##
{ 'command': 'foo', 'data': { '*two': 'str' } }