aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/reserved-command-q.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/reserved-command-q.json')
-rw-r--r--tests/qapi-schema/reserved-command-q.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/qapi-schema/reserved-command-q.json b/tests/qapi-schema/reserved-command-q.json
index bba0860c99..99f8aae314 100644
--- a/tests/qapi-schema/reserved-command-q.json
+++ b/tests/qapi-schema/reserved-command-q.json
@@ -1,12 +1,5 @@
# C entity name collision
# We reject names like 'q-unix', because they can collide with the mangled
# name for 'unix' in generated C.
-
-##
-# @unix:
-##
{ 'command': 'unix' }
-##
-# @q-unix:
-##
{ 'command': 'q-unix' }