diff options
Diffstat (limited to 'qemu/tests/qapi-schema/reserved-command-q.json')
-rw-r--r-- | qemu/tests/qapi-schema/reserved-command-q.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu/tests/qapi-schema/reserved-command-q.json b/qemu/tests/qapi-schema/reserved-command-q.json deleted file mode 100644 index 99f8aae31..000000000 --- a/qemu/tests/qapi-schema/reserved-command-q.json +++ /dev/null @@ -1,5 +0,0 @@ -# C entity name collision -# We reject names like 'q-unix', because they can collide with the mangled -# name for 'unix' in generated C. -{ 'command': 'unix' } -{ 'command': 'q-unix' } |