summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/bad-type-int.json
blob: 398879df95f7b45085356b3d6bfad8d342856791 (plain) (blame)
1
2
3
# we reject an expression with a metatype that is not a string
# FIXME: once the parser understands integer inputs, improve the error message
{ 'type': 1, 'data': { } }