summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/include-format-err.json
diff options
context:
space:
mode:
authorMarkus Armbruster2019-09-14 17:34:49 +0200
committerMarkus Armbruster2019-09-24 14:07:22 +0200
commit352ada9ad46a2e67283e8201d8056c27e57c0447 (patch)
treec819237123ae1bee19afaf35910f3e3151eced6b /tests/qapi-schema/include-format-err.json
parenttests/qapi-schema: Cover unknown pragma (diff)
downloadqemu-352ada9ad46a2e67283e8201d8056c27e57c0447.tar.gz
qemu-352ada9ad46a2e67283e8201d8056c27e57c0447.tar.xz
qemu-352ada9ad46a2e67283e8201d8056c27e57c0447.zip
tests/qapi-schema: Delete two redundant tests
Tests duplicate-key and double-data test the same thing. The former predates the latter, and it has a better name. Delete the latter, and tweak the former's comment. Tests include-format-err and include-extra-junk test the same thing. The former predates the latter, but the latter has a better name and a comment. Delete the former. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190914153506.2151-3-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/include-format-err.json')
-rw-r--r--tests/qapi-schema/include-format-err.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qapi-schema/include-format-err.json b/tests/qapi-schema/include-format-err.json
deleted file mode 100644
index 44980f026f..0000000000
--- a/tests/qapi-schema/include-format-err.json
+++ /dev/null
@@ -1,2 +0,0 @@
-{ 'include': 'include-simple-sub.json',
- 'foo': 'bar' }