]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/redefined-event.json
tests: don't check if qtest_spapr_boot() returns NULL
[mirror_qemu.git] / tests / qapi-schema / redefined-event.json
1 # we reject duplicate events
2 { 'event': 'EVENT_A', 'data': { 'myint': 'int' } }
3 { 'event': 'EVENT_A', 'data': { 'myint': 'int' } }