qemu/tests/qapi-schema/bad-if-all.json

4 lines
112 B
JSON
Raw Normal View History

2022-11-03 14:19:34 +08:00
# check 'if all' is not a list
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
'if': { 'all': 'ALL' } }