]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/bad-if-list.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / bad-if-list.json
CommitLineData
967c8851
MAL
1# check invalid 'if' content
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
5d83b9a1 3 'if': { 'all': ['foo', ' '] } }