diff options
Diffstat (limited to 'qemu/tests/qapi-schema/args-union.json')
-rw-r--r-- | qemu/tests/qapi-schema/args-union.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qemu/tests/qapi-schema/args-union.json b/qemu/tests/qapi-schema/args-union.json deleted file mode 100644 index 7bdcbb7f0..000000000 --- a/qemu/tests/qapi-schema/args-union.json +++ /dev/null @@ -1,4 +0,0 @@ -# we do not allow union arguments -# TODO should we support this? -{ 'union': 'Uni', 'data': { 'case1': 'int', 'case2': 'str' } } -{ 'command': 'oops', 'data': 'Uni' } |