summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/bad-type-int.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/bad-type-int.json')
-rw-r--r--qemu/tests/qapi-schema/bad-type-int.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/tests/qapi-schema/bad-type-int.json b/qemu/tests/qapi-schema/bad-type-int.json
deleted file mode 100644
index 56fc6f812..000000000
--- a/qemu/tests/qapi-schema/bad-type-int.json
+++ /dev/null
@@ -1,3 +0,0 @@
-# we reject an expression with a metatype that is not a string
-# FIXME: once the parser understands integer inputs, improve the error message
-{ 'struct': 1, 'data': { } }