aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/enum-bad-name.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/enum-bad-name.json')
-rw-r--r--tests/qapi-schema/enum-bad-name.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qapi-schema/enum-bad-name.json b/tests/qapi-schema/enum-bad-name.json
index 8506562b31..1c4620edda 100644
--- a/tests/qapi-schema/enum-bad-name.json
+++ b/tests/qapi-schema/enum-bad-name.json
@@ -1,2 +1,3 @@
# we ensure all enum names can map to C
-{ 'enum': 'MyEnum', 'data': [ 'not^possible' ] }
+# FIXME reports 'not\possible' instead of 'not\\possible'
+{ 'enum': 'MyEnum', 'data': [ 'not\\possible' ] }