aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/bad-ident.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/bad-ident.json')
-rw-r--r--tests/qapi-schema/bad-ident.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/bad-ident.json b/tests/qapi-schema/bad-ident.json
index f139110..da949e8 100644
--- a/tests/qapi-schema/bad-ident.json
+++ b/tests/qapi-schema/bad-ident.json
@@ -1,2 +1,2 @@
-# FIXME: we should reject creating a type name with bad name
+# we reject creating a type name with bad name
{ 'type': '*oops', 'data': { 'i': 'int' } }