diff options
Diffstat (limited to 'qemu/tests/qapi-schema/union-branch-case.json')
-rw-r--r-- | qemu/tests/qapi-schema/union-branch-case.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu/tests/qapi-schema/union-branch-case.json b/qemu/tests/qapi-schema/union-branch-case.json new file mode 100644 index 000000000..e6565dc3b --- /dev/null +++ b/qemu/tests/qapi-schema/union-branch-case.json @@ -0,0 +1,2 @@ +# Branch names should be 'lower-case' unless the union is whitelisted +{ 'union': 'NoWayThisWillGetWhitelisted', 'data': { 'Branch': 'int' } } |