]> Git Repo - qemu.git/blobdiff - tests/qapi-schema/enum-clash-member.json
qapi: Split up scripts/qapi/common.py
[qemu.git] / tests / qapi-schema / enum-clash-member.json
index b7dc02a28d67d3145092f2a58e35505f15925fb9..b6928b8bfdc9c221d1ff7dfbc345bc9259e2b4ae 100644 (file)
@@ -1,2 +1,2 @@
 # we reject enums where members will clash when mapped to C enum
-{ 'enum': 'MyEnum', 'data': [ 'one', 'ONE' ] }
+{ 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }
This page took 0.02544 seconds and 4 git commands to generate.