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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/redefined-command.json b/tests/qapi-schema/redefined-command.json
index d8c9975e1c..247e401948 100644
--- a/tests/qapi-schema/redefined-command.json
+++ b/tests/qapi-schema/redefined-command.json
@@ -1,3 +1,3 @@
-# FIXME: we should reject commands defined more than once
+# we reject commands defined more than once
{ 'command': 'foo', 'data': { 'one': 'str' } }
{ 'command': 'foo', 'data': { '*two': 'str' } }