]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/redefined-event.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / redefined-event.json
CommitLineData
4dc2e690 1# we reject duplicate events
cfdd5bca
EB
2{ 'event': 'EVENT_A', 'data': { 'myint': 'int' } }
3{ 'event': 'EVENT_A', 'data': { 'myint': 'int' } }