diff options
Diffstat (limited to 'tests/qapi-schema/union-empty.json')
-rw-r--r-- | tests/qapi-schema/union-empty.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qapi-schema/union-empty.json b/tests/qapi-schema/union-empty.json deleted file mode 100644 index df3e5e639a..0000000000 --- a/tests/qapi-schema/union-empty.json +++ /dev/null @@ -1,2 +0,0 @@ -# simple unions cannot be empty -{ 'union': 'Union', 'data': { } } |