diff options
Diffstat (limited to 'qemu/tests/qapi-schema/redefined-command.json')
-rw-r--r-- | qemu/tests/qapi-schema/redefined-command.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/tests/qapi-schema/redefined-command.json b/qemu/tests/qapi-schema/redefined-command.json deleted file mode 100644 index 247e40194..000000000 --- a/qemu/tests/qapi-schema/redefined-command.json +++ /dev/null @@ -1,3 +0,0 @@ -# we reject commands defined more than once -{ 'command': 'foo', 'data': { 'one': 'str' } } -{ 'command': 'foo', 'data': { '*two': 'str' } } |