diff options
Diffstat (limited to 'qemu/tests/qapi-schema/event-case.json')
-rw-r--r-- | qemu/tests/qapi-schema/event-case.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/tests/qapi-schema/event-case.json b/qemu/tests/qapi-schema/event-case.json new file mode 100644 index 000000000..3a92d8b61 --- /dev/null +++ b/qemu/tests/qapi-schema/event-case.json @@ -0,0 +1,3 @@ +# TODO: might be nice to enforce naming conventions; but until then this works +# even though events should usually be ALL_CAPS +{ 'event': 'oops' } |