diff options
Diffstat (limited to 'tests/qapi-schema/alternate-any.json')
-rw-r--r-- | tests/qapi-schema/alternate-any.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/alternate-any.json b/tests/qapi-schema/alternate-any.json index c958776767..e47a73a116 100644 --- a/tests/qapi-schema/alternate-any.json +++ b/tests/qapi-schema/alternate-any.json @@ -1,8 +1,4 @@ # we do not allow the 'any' type as an alternate branch - -## -# @Alt: -## { 'alternate': 'Alt', 'data': { 'one': 'any', 'two': 'int' } } |