diff options
Diffstat (limited to 'tests/qapi-schema/enum-empty.json')
-rw-r--r-- | tests/qapi-schema/enum-empty.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qapi-schema/enum-empty.json b/tests/qapi-schema/enum-empty.json deleted file mode 100644 index 40d4e85a2f..0000000000 --- a/tests/qapi-schema/enum-empty.json +++ /dev/null @@ -1,2 +0,0 @@ -# An empty enum, although unusual, is currently acceptable -{ 'enum': 'MyEnum', 'data': [ ] } |