diff options
Diffstat (limited to 'tests/qapi-schema/union-branch-case.json')
-rw-r--r-- | tests/qapi-schema/union-branch-case.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qapi-schema/union-branch-case.json b/tests/qapi-schema/union-branch-case.json deleted file mode 100644 index b7894b7..0000000 --- a/tests/qapi-schema/union-branch-case.json +++ /dev/null @@ -1,2 +0,0 @@ -# Branch names should be 'lower-case' -{ 'union': 'Uni', 'data': { 'Branch': 'int' } } |