diff options
Diffstat (limited to 'tests/qapi-schema/nested-struct-data.json')
-rw-r--r-- | tests/qapi-schema/nested-struct-data.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/nested-struct-data.json b/tests/qapi-schema/nested-struct-data.json index 5b8a40cca3..2980d45d05 100644 --- a/tests/qapi-schema/nested-struct-data.json +++ b/tests/qapi-schema/nested-struct-data.json @@ -1,3 +1,3 @@ -# inline subtypes collide with our desired future use of defaults +# {} is not a valid type reference { 'command': 'foo', 'data': { 'a' : { 'type': {} }, 'b' : 'str' } } |