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