summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/enum-clash-member.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/enum-clash-member.json')
-rw-r--r--tests/qapi-schema/enum-clash-member.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/enum-clash-member.json b/tests/qapi-schema/enum-clash-member.json
index 99d442a..b7dc02a 100644
--- a/tests/qapi-schema/enum-clash-member.json
+++ b/tests/qapi-schema/enum-clash-member.json
@@ -1,2 +1,2 @@
-# FIXME: we should reject enums where members will clash when mapped to C enum
+# we reject enums where members will clash when mapped to C enum
{ 'enum': 'MyEnum', 'data': [ 'one', 'ONE' ] }
OpenPOWER on IntegriCloud